Class: Aws::DirectConnect::Types::DescribeDirectConnectGatewayAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DescribeDirectConnectGatewayAssociationsResult
- Defined in:
- gems/aws-sdk-directconnect/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.
1753 1754 1755 1756 1757 1758 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1753 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.
1753 1754 1755 1756 1757 1758 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1753 class DescribeDirectConnectGatewayAssociationsResult < Struct.new( :direct_connect_gateway_associations, :next_token) SENSITIVE = [] include Aws::Structure end |