Class: Aws::DataZone::Types::ListConnectionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListConnectionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ConnectionSummary>
The results of the ListConnections action.
-
#next_token ⇒ String
When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken.
Instance Attribute Details
#items ⇒ Array<Types::ConnectionSummary>
The results of the ListConnections action.
11588 11589 11590 11591 11592 11593 |
# File 'lib/aws-sdk-datazone/types.rb', line 11588 class ListConnectionsOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListConnections to list the next set of connections.
11588 11589 11590 11591 11592 11593 |
# File 'lib/aws-sdk-datazone/types.rb', line 11588 class ListConnectionsOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |