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.
8611 8612 8613 |
# File 'sig/types.rbs', line 8611 def association_id @association_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8613 8614 8615 |
# File 'sig/types.rbs', line 8613 def dry_run @dry_run end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
8612 8613 8614 |
# File 'sig/types.rbs', line 8612 def public_ip @public_ip end |