Class: Aws::Connect::Types::ListInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListInstancesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_summary_list ⇒ Array<Types::InstanceSummary>
Information about the instances.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#instance_summary_list ⇒ Array<Types::InstanceSummary>
Information about the instances.
12935 12936 12937 12938 12939 12940 |
# File 'lib/aws-sdk-connect/types.rb', line 12935 class ListInstancesResponse < Struct.new( :instance_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
12935 12936 12937 12938 12939 12940 |
# File 'lib/aws-sdk-connect/types.rb', line 12935 class ListInstancesResponse < Struct.new( :instance_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |