Class: Aws::DirectConnect::Types::Connections
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::Connections
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connections ⇒ Array<Types::Connection>
The connections.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#connections ⇒ Array<Types::Connection>
The connections.
962 963 964 965 966 967 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 962 class Connections < Struct.new( :connections, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
962 963 964 965 966 967 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 962 class Connections < Struct.new( :connections, :next_token) SENSITIVE = [] include Aws::Structure end |