Class: Aws::Types::DisassociateAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
8521 8522 8523 |
# File 'sig/types.rbs', line 8521 def association_id @association_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8523 8524 8525 |
# File 'sig/types.rbs', line 8523 def dry_run @dry_run end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
8522 8523 8524 |
# File 'sig/types.rbs', line 8522 def public_ip @public_ip end |