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.
1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1050 class GetServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |