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.
1439 1440 1441 1442 1443 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1439 class GetServiceInput < Struct.new( :service_id) SENSITIVE = [] include Aws::Structure end |