Class: Aws::Types::DisassociateNatGatewayAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateNatGatewayAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_ids ⇒ ::Array[::String]
Returns the value of attribute association_ids.
-
#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.
Instance Attribute Details
#association_ids ⇒ ::Array[::String]
Returns the value of attribute association_ids.
8415 8416 8417 |
# File 'sig/types.rbs', line 8415 def association_ids @association_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8417 8418 8419 |
# File 'sig/types.rbs', line 8417 def dry_run @dry_run end |
#max_drain_duration_seconds ⇒ ::Integer
Returns the value of attribute max_drain_duration_seconds.
8416 8417 8418 |
# File 'sig/types.rbs', line 8416 def max_drain_duration_seconds @max_drain_duration_seconds end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
8414 8415 8416 |
# File 'sig/types.rbs', line 8414 def nat_gateway_id @nat_gateway_id end |