Class: Aws::DirectConnect::Types::DescribeDirectConnectGatewayAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DescribeDirectConnectGatewayAssociationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#direct_connect_gateway_associations ⇒ Array<Types::DirectConnectGatewayAssociation>
Information about the associations.
-
#next_token ⇒ String
The token to retrieve the next page.
Instance Attribute Details
#direct_connect_gateway_associations ⇒ Array<Types::DirectConnectGatewayAssociation>
Information about the associations.
1728 1729 1730 1731 1732 1733 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1728 class DescribeDirectConnectGatewayAssociationsResult < Struct.new( :direct_connect_gateway_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next page.
1728 1729 1730 1731 1732 1733 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1728 class DescribeDirectConnectGatewayAssociationsResult < Struct.new( :direct_connect_gateway_associations, :next_token) SENSITIVE = [] include Aws::Structure end |