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.
585 586 587 |
# File 'sig/types.rbs', line 585 def dry_run @dry_run end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def nat_gateway_id @nat_gateway_id end |
#private_ip_address_count ⇒ ::Integer
Returns the value of attribute private_ip_address_count.
584 585 586 |
# File 'sig/types.rbs', line 584 def private_ip_address_count @private_ip_address_count end |
#private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute private_ip_addresses.
583 584 585 |
# File 'sig/types.rbs', line 583 def private_ip_addresses @private_ip_addresses end |