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 or Amazon Resource Name (ARN) 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.
931 932 933 934 935 936 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 931 class GetInstanceRequest < Struct.new( :service_id, :instance_id) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID or Amazon Resource Name (ARN) of the service that the instance is associated with. For services created in a shared namespace, specify the service ARN. For more information about shared namespaces, see [Cross-account Cloud Map namespace sharing] in the *Cloud Map Developer Guide*.
[1]: docs.aws.amazon.com/cloud-map/latest/dg/sharing-namespaces.html
931 932 933 934 935 936 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 931 class GetInstanceRequest < Struct.new( :service_id, :instance_id) SENSITIVE = [] include Aws::Structure end |