Class: Aws::Types::DescribeDirectConnectGatewayAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDirectConnectGatewayAssociationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#direct_connect_gateway_associations ⇒ ::Array[Types::DirectConnectGatewayAssociation]
Returns the value of attribute direct_connect_gateway_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#direct_connect_gateway_associations ⇒ ::Array[Types::DirectConnectGatewayAssociation]
Returns the value of attribute direct_connect_gateway_associations.
470 471 472 |
# File 'sig/types.rbs', line 470 def direct_connect_gateway_associations @direct_connect_gateway_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
471 472 473 |
# File 'sig/types.rbs', line 471 def next_token @next_token end |