Class: Aws::DevOpsAgent::Types::GetServiceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetServiceOutput
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Output containing the requested service details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::RegisteredService
Represents a registered service with its configuration and accessible resources.
-
#tags ⇒ Hash<String,String>
Tags associated with the Service.
Instance Attribute Details
#service ⇒ Types::RegisteredService
Represents a registered service with its configuration and accessible resources.
1494 1495 1496 1497 1498 1499 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1494 class GetServiceOutput < Struct.new( :service, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags associated with the Service.
1494 1495 1496 1497 1498 1499 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1494 class GetServiceOutput < Struct.new( :service, :tags) SENSITIVE = [] include Aws::Structure end |