Method: Aws::ServiceDiscovery::Types::GetServiceResponse#service
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
#service ⇒ Types::Service
A complex type that contains information about the service.
1161 1162 1163 1164 1165 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1161 class GetServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |