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.



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

#tagsHash<String,String>

Tags associated with the Service.

Returns:

  • (Hash<String,String>)


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