Class: Aws::Types::DisassociateNatGatewayAddressResult
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateNatGatewayAddressResult
- 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.
8423 8424 8425 |
# File 'sig/types.rbs', line 8423 def nat_gateway_addresses @nat_gateway_addresses end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
8422 8423 8424 |
# File 'sig/types.rbs', line 8422 def nat_gateway_id @nat_gateway_id end |