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.
869 870 871 872 873 874 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 869 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.
869 870 871 872 873 874 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 869 class GetInstanceRequest < Struct.new( :service_id, :instance_id) SENSITIVE = [] include Aws::Structure end |