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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2041
2042
2043
2044
2045
2046
# File 'lib/aws-sdk-devopsagent/types.rb', line 2041

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

#tagsHash<String,String>

Tags associated with the Service.

Returns:

  • (Hash<String,String>)


2041
2042
2043
2044
2045
2046
# File 'lib/aws-sdk-devopsagent/types.rb', line 2041

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