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.
16360 16361 16362 |
# File 'sig/types.rbs', line 16360 def allocation_id @allocation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16363 16364 16365 |
# File 'sig/types.rbs', line 16363 def dry_run @dry_run end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
16362 16363 16364 |
# File 'sig/types.rbs', line 16362 def network_border_group @network_border_group end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
16361 16362 16363 |
# File 'sig/types.rbs', line 16361 def public_ip @public_ip end |