Module: Aws::DirectConnect::Client::_DescribeDirectConnectGatewayAssociationProposalsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDirectConnectGatewayAssociationProposalsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #direct_connect_gateway_association_proposals ⇒ ::Array[Types::DirectConnectGatewayAssociationProposal]
- #next_token ⇒ ::String
Instance Method Details
#direct_connect_gateway_association_proposals ⇒ ::Array[Types::DirectConnectGatewayAssociationProposal]
1027 |
# File 'sig/client.rbs', line 1027
def direct_connect_gateway_association_proposals: () -> ::Array[Types::DirectConnectGatewayAssociationProposal]
|
#next_token ⇒ ::String
1028 |
# File 'sig/client.rbs', line 1028
def next_token: () -> ::String
|