Class: Aws::ServiceDiscovery::Types::GetServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetServiceResponse
- Defined in:
- gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::Service
A complex type that contains information about the service.
Instance Attribute Details
#service ⇒ Types::Service
A complex type that contains information about the service.
1000 1001 1002 1003 1004 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 1000 class GetServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |