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)


601
602
603
# File 'sig/types.rbs', line 601

def allocation_id
  @allocation_id
end

#allow_reassociationBoolean

Returns the value of attribute allow_reassociation.

Returns:

  • (Boolean)


607
608
609
# File 'sig/types.rbs', line 607

def allow_reassociation
  @allow_reassociation
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def public_ip
  @public_ip
end