Class: Aws::Types::AssignPrivateNatGatewayAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssignPrivateNatGatewayAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
-
#private_ip_address_count ⇒ ::Integer
Returns the value of attribute private_ip_address_count.
-
#private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute private_ip_addresses.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
514 515 516 |
# File 'sig/types.rbs', line 514 def dry_run @dry_run end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
511 512 513 |
# File 'sig/types.rbs', line 511 def nat_gateway_id @nat_gateway_id end |
#private_ip_address_count ⇒ ::Integer
Returns the value of attribute private_ip_address_count.
513 514 515 |
# File 'sig/types.rbs', line 513 def private_ip_address_count @private_ip_address_count end |
#private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute private_ip_addresses.
512 513 514 |
# File 'sig/types.rbs', line 512 def private_ip_addresses @private_ip_addresses end |