Class: Aws::Types::AssociateAddressRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_id::String

Returns the value of attribute allocation_id.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def allocation_id
  @allocation_id
end

#allow_reassociationBoolean

Returns the value of attribute allow_reassociation.

Returns:

  • (Boolean)


536
537
538
# File 'sig/types.rbs', line 536

def allow_reassociation
  @allow_reassociation
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def public_ip
  @public_ip
end