Class: Aws::Types::DescribeNatGatewaysResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNatGatewaysResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#nat_gateways ⇒ ::Array[Types::NatGateway]
Returns the value of attribute nat_gateways.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#nat_gateways ⇒ ::Array[Types::NatGateway]
Returns the value of attribute nat_gateways.
6589 6590 6591 |
# File 'sig/types.rbs', line 6589 def nat_gateways @nat_gateways end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6590 6591 6592 |
# File 'sig/types.rbs', line 6590 def next_token @next_token end |