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.
8716 8717 8718 |
# File 'sig/types.rbs', line 8716 def association_ids @association_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8718 8719 8720 |
# File 'sig/types.rbs', line 8718 def dry_run @dry_run end |
#max_drain_duration_seconds ⇒ ::Integer
Returns the value of attribute max_drain_duration_seconds.
8717 8718 8719 |
# File 'sig/types.rbs', line 8717 def max_drain_duration_seconds @max_drain_duration_seconds end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
8715 8716 8717 |
# File 'sig/types.rbs', line 8715 def nat_gateway_id @nat_gateway_id end |