Class: Aws::ServiceDiscovery::Types::GetInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::GetInstanceResponse
- Defined in:
- gems/aws-sdk-servicediscovery/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.
-
#resource_owner ⇒ String
The ID of the Amazon Web Services account that created the namespace that contains the service that the instance is associated with.
Instance Attribute Details
#instance ⇒ Types::Instance
A complex type that contains information about a specified instance.
951 952 953 954 955 956 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 951 class GetInstanceResponse < Struct.new( :resource_owner, :instance) SENSITIVE = [] include Aws::Structure end |
#resource_owner ⇒ String
The ID of the Amazon Web Services account that created the namespace that contains the service that the instance is associated with. If this isn't your account ID, it's the ID of the account that shared the namespace with your account.
951 952 953 954 955 956 |
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 951 class GetInstanceResponse < Struct.new( :resource_owner, :instance) SENSITIVE = [] include Aws::Structure end |