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.
16354 16355 16356 |
# File 'sig/types.rbs', line 16354 def allocation_id @allocation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16357 16358 16359 |
# File 'sig/types.rbs', line 16357 def dry_run @dry_run end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
16356 16357 16358 |
# File 'sig/types.rbs', line 16356 def network_border_group @network_border_group end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
16355 16356 16357 |
# File 'sig/types.rbs', line 16355 def public_ip @public_ip end |