Method: Aws::ServiceDiscovery::Types::GetServiceResponse#service

Defined in:
lib/aws-sdk-servicediscovery/types.rb

#serviceTypes::Service

A complex type that contains information about the service.

Returns:



1161
1162
1163
1164
1165
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1161

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