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.
454 455 456 |
# File 'sig/types.rbs', line 454 def direct_connect_gateway_association_proposals @direct_connect_gateway_association_proposals end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
455 456 457 |
# File 'sig/types.rbs', line 455 def next_token @next_token end |