Class: Aws::DirectConnect::Types::DescribeDirectConnectGatewayAssociationProposalsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DescribeDirectConnectGatewayAssociationProposalsResult
- Defined in:
- gems/aws-sdk-directconnect/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.
1669 1670 1671 1672 1673 1674 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1669 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.
1669 1670 1671 1672 1673 1674 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1669 class DescribeDirectConnectGatewayAssociationProposalsResult < Struct.new( :direct_connect_gateway_association_proposals, :next_token) SENSITIVE = [] include Aws::Structure end |