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.
546 547 548 |
# File 'sig/types.rbs', line 546 def direct_connect_gateways @direct_connect_gateways end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
547 548 549 |
# File 'sig/types.rbs', line 547 def next_token @next_token end |