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.
8325 8326 8327 |
# File 'sig/types.rbs', line 8325 def association_id @association_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8327 8328 8329 |
# File 'sig/types.rbs', line 8327 def dry_run @dry_run end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
8326 8327 8328 |
# File 'sig/types.rbs', line 8326 def public_ip @public_ip end |