Class: Aws::ServiceDiscovery::Types::GetServiceResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::Service

A complex type that contains information about the service.

Returns:



1000
1001
1002
1003
1004
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1000

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