Class: Aws::DirectConnect::Types::DescribeDirectConnectGatewayAssociationProposalsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DescribeDirectConnectGatewayAssociationProposalsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#direct_connect_gateway_association_proposals ⇒ Array<Types::DirectConnectGatewayAssociationProposal>
Describes the Direct Connect gateway association proposals.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#direct_connect_gateway_association_proposals ⇒ Array<Types::DirectConnectGatewayAssociationProposal>
Describes the Direct Connect gateway association proposals.
1694 1695 1696 1697 1698 1699 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1694 class DescribeDirectConnectGatewayAssociationProposalsResult < Struct.new( :direct_connect_gateway_association_proposals, :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.
1694 1695 1696 1697 1698 1699 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1694 class DescribeDirectConnectGatewayAssociationProposalsResult < Struct.new( :direct_connect_gateway_association_proposals, :next_token) SENSITIVE = [] include Aws::Structure end |