Class: Aws::Types::ReleaseAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReleaseAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
15718 15719 15720 |
# File 'sig/types.rbs', line 15718 def allocation_id @allocation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15721 15722 15723 |
# File 'sig/types.rbs', line 15721 def dry_run @dry_run end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
15720 15721 15722 |
# File 'sig/types.rbs', line 15720 def network_border_group @network_border_group end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
15719 15720 15721 |
# File 'sig/types.rbs', line 15719 def public_ip @public_ip end |