Class: Aws::Types::UnassignPrivateNatGatewayAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::UnassignPrivateNatGatewayAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#max_drain_duration_seconds ⇒ ::Integer
Returns the value of attribute max_drain_duration_seconds.
-
#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
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
19022 19023 19024 |
# File 'sig/types.rbs', line 19022 def dry_run @dry_run end |
#max_drain_duration_seconds ⇒ ::Integer
Returns the value of attribute max_drain_duration_seconds.
19021 19022 19023 |
# File 'sig/types.rbs', line 19021 def max_drain_duration_seconds @max_drain_duration_seconds end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
19019 19020 19021 |
# File 'sig/types.rbs', line 19019 def nat_gateway_id @nat_gateway_id end |
#private_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute private_ip_addresses.
19020 19021 19022 |
# File 'sig/types.rbs', line 19020 def private_ip_addresses @private_ip_addresses end |