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.
6772 6773 6774 |
# File 'sig/types.rbs', line 6772 def nat_gateways @nat_gateways end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6773 6774 6775 |
# File 'sig/types.rbs', line 6773 def next_token @next_token end |