Class: Aws::ServiceDiscovery::Types::ListInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::ListInstancesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances ⇒ Array<Types::InstanceSummary>
Summary information about the instances that are associated with the specified service.
-
#next_token ⇒ String
If more than ‘MaxResults` instances match the specified criteria, you can submit another `ListInstances` request to get the next group of results.
-
#resource_owner ⇒ String
The ID of the Amazon Web Services account that created the namespace that contains the specified service.
Instance Attribute Details
#instances ⇒ Array<Types::InstanceSummary>
Summary information about the instances that are associated with the specified service.
1795 1796 1797 1798 1799 1800 1801 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1795 class ListInstancesResponse < Struct.new( :resource_owner, :instances, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If more than ‘MaxResults` instances match the specified criteria, you can submit another `ListInstances` request to get the next group of results. Specify the value of `NextToken` from the previous response in the next request.
1795 1796 1797 1798 1799 1800 1801 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1795 class ListInstancesResponse < Struct.new( :resource_owner, :instances, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_owner ⇒ String
The ID of the Amazon Web Services account that created the namespace that contains the specified service. If this isn’t your account ID, it’s the ID of the account that shared the namespace with your account.
1795 1796 1797 1798 1799 1800 1801 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1795 class ListInstancesResponse < Struct.new( :resource_owner, :instances, :next_token) SENSITIVE = [] include Aws::Structure end |