Class: Aws::DevOpsAgent::Types::GetServiceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetServiceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Input for retrieving a specific service association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_id ⇒ String
The unique identifier of the given service.
Instance Attribute Details
#service_id ⇒ String
The unique identifier of the given service.
1445 1446 1447 1448 1449 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1445 class GetServiceInput < Struct.new( :service_id) SENSITIVE = [] include Aws::Structure end |