Class: Aws::Types::DescribeDirectConnectGatewayAssociationProposalsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDirectConnectGatewayAssociationProposalsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#direct_connect_gateway_association_proposals ⇒ ::Array[Types::DirectConnectGatewayAssociationProposal]
Returns the value of attribute direct_connect_gateway_association_proposals.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#direct_connect_gateway_association_proposals ⇒ ::Array[Types::DirectConnectGatewayAssociationProposal]
Returns the value of attribute direct_connect_gateway_association_proposals.
503 504 505 |
# File 'sig/types.rbs', line 503 def direct_connect_gateway_association_proposals @direct_connect_gateway_association_proposals end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
504 505 506 |
# File 'sig/types.rbs', line 504 def next_token @next_token end |