Class: Aws::ServiceDiscovery::Types::GetInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetInstanceResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance ⇒ Types::Instance
A complex type that contains information about a specified instance.
Instance Attribute Details
#instance ⇒ Types::Instance
A complex type that contains information about a specified instance.
859 860 861 862 863 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 859 class GetInstanceResponse < Struct.new( :instance) SENSITIVE = [] include Aws::Structure end |