Class: Aws::DevOpsAgent::Types::GetServiceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetServiceInput
- 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
-
#service_id ⇒ String
The unique identifier of the given service.
Instance Attribute Details
#service_id ⇒ String
The unique identifier of the given service.
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 |