Class: Aws::Types::UnassignPrivateNatGatewayAddressResult
- Inherits:
-
Object
- Object
- Aws::Types::UnassignPrivateNatGatewayAddressResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#nat_gateway_addresses ⇒ ::Array[Types::NatGatewayAddress]
Returns the value of attribute nat_gateway_addresses.
-
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
Instance Attribute Details
#nat_gateway_addresses ⇒ ::Array[Types::NatGatewayAddress]
Returns the value of attribute nat_gateway_addresses.
18378 18379 18380 |
# File 'sig/types.rbs', line 18378 def nat_gateway_addresses @nat_gateway_addresses end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
18377 18378 18379 |
# File 'sig/types.rbs', line 18377 def nat_gateway_id @nat_gateway_id end |