Class: Aws::ServiceDiscovery::Types::GetServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetServiceResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1002 class GetServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |