Class: Aws::DevOpsAgent::Types::GetServiceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

Input for retrieving a specific service association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_idString

The unique identifier of the given service.

Returns:

  • (String)


1475
1476
1477
1478
1479
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1475

class GetServiceInput < Struct.new(
  :service_id)
  SENSITIVE = []
  include Aws::Structure
end