Class: Aws::Types::DescribeDirectConnectGatewaysResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDirectConnectGatewaysResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#direct_connect_gateways ⇒ ::Array[Types::DirectConnectGateway]
Returns the value of attribute direct_connect_gateways.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#direct_connect_gateways ⇒ ::Array[Types::DirectConnectGateway]
Returns the value of attribute direct_connect_gateways.
497 498 499 |
# File 'sig/types.rbs', line 497 def direct_connect_gateways @direct_connect_gateways end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
498 499 500 |
# File 'sig/types.rbs', line 498 def next_token @next_token end |