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.
601 602 603 |
# File 'sig/types.rbs', line 601 def allocation_id @allocation_id end |
#allow_reassociation ⇒ Boolean
Returns the value of attribute allow_reassociation.
607 608 609 |
# File 'sig/types.rbs', line 607 def allow_reassociation @allow_reassociation end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
604 605 606 |
# File 'sig/types.rbs', line 604 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
602 603 604 |
# File 'sig/types.rbs', line 602 def instance_id @instance_id end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
605 606 607 |
# File 'sig/types.rbs', line 605 def network_interface_id @network_interface_id end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
606 607 608 |
# File 'sig/types.rbs', line 606 def private_ip_address @private_ip_address end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
603 604 605 |
# File 'sig/types.rbs', line 603 def public_ip @public_ip end |