Class: Aws::Types::AssociateAddressRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAddressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
-
#allow_reassociation ⇒ Boolean
Returns the value of attribute allow_reassociation.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
Instance Attribute Details
#allocation_id ⇒ ::String
Returns the value of attribute allocation_id.
530 531 532 |
# File 'sig/types.rbs', line 530 def allocation_id @allocation_id end |
#allow_reassociation ⇒ Boolean
Returns the value of attribute allow_reassociation.
536 537 538 |
# File 'sig/types.rbs', line 536 def allow_reassociation @allow_reassociation end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
533 534 535 |
# File 'sig/types.rbs', line 533 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
531 532 533 |
# File 'sig/types.rbs', line 531 def instance_id @instance_id end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
534 535 536 |
# File 'sig/types.rbs', line 534 def network_interface_id @network_interface_id end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
535 536 537 |
# File 'sig/types.rbs', line 535 def private_ip_address @private_ip_address end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
532 533 534 |
# File 'sig/types.rbs', line 532 def public_ip @public_ip end |