Class: Aws::DevOpsAgent::Types::GetServiceOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#serviceTypes::RegisteredService

Represents a registered service with its configuration and accessible resources.



1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1458

class GetServiceOutput < Struct.new(
  :service,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags associated with the Service.

Returns:

  • (Hash<String,String>)


1458
1459
1460
1461
1462
1463
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1458

class GetServiceOutput < Struct.new(
  :service,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end