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.
731 732 733 |
# File 'sig/types.rbs', line 731 def allocation_ids @allocation_ids end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
734 735 736 |
# File 'sig/types.rbs', line 734 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
735 736 737 |
# File 'sig/types.rbs', line 735 def availability_zone_id @availability_zone_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
733 734 735 |
# File 'sig/types.rbs', line 733 def dry_run @dry_run end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def nat_gateway_id @nat_gateway_id end |
#private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute private_ip_addresses.
732 733 734 |
# File 'sig/types.rbs', line 732 def private_ip_addresses @private_ip_addresses end |