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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::Service

A complex type that contains information about the service.

Returns:



875
876
877
878
# File 'lib/aws-sdk-servicediscovery/types.rb', line 875

class GetServiceResponse < Struct.new(
  :service)
  include Aws::Structure
end