Class: Aws::ServiceDiscovery::Types::GetInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetInstanceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The ID of the instance that you want to get information about.
-
#service_id ⇒ String
The ID of the service that the instance is associated with.
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance that you want to get information about.
846 847 848 849 850 851 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 846 class GetInstanceRequest < Struct.new( :service_id, :instance_id) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the service that the instance is associated with.
846 847 848 849 850 851 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 846 class GetInstanceRequest < Struct.new( :service_id, :instance_id) SENSITIVE = [] include Aws::Structure end |