Class: Aws::Types::AssociateNatGatewayAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateNatGatewayAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_ids ⇒ ::Array[::String]
Returns the value of attribute allocation_ids.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
-
#private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute private_ip_addresses.
Instance Attribute Details
#allocation_ids ⇒ ::Array[::String]
Returns the value of attribute allocation_ids.
645 646 647 |
# File 'sig/types.rbs', line 645 def allocation_ids @allocation_ids end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
648 649 650 |
# File 'sig/types.rbs', line 648 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
649 650 651 |
# File 'sig/types.rbs', line 649 def availability_zone_id @availability_zone_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
647 648 649 |
# File 'sig/types.rbs', line 647 def dry_run @dry_run end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
644 645 646 |
# File 'sig/types.rbs', line 644 def nat_gateway_id @nat_gateway_id end |
#private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute private_ip_addresses.
646 647 648 |
# File 'sig/types.rbs', line 646 def private_ip_addresses @private_ip_addresses end |