Class: Aws::EC2::Types::AddressTransfer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Details on the Elastic IP address transfer. For more information, see

Transfer Elastic IP addresses][1

in the *Amazon VPC User Guide*.

[1]: docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#transfer-EIPs-intro

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_transfer_statusString

The Elastic IP address transfer status.

Returns:

  • (String)


869
870
871
872
873
874
875
876
877
878
# File 'lib/aws-sdk-ec2/types.rb', line 869

class AddressTransfer < Struct.new(
  :public_ip,
  :allocation_id,
  :transfer_account_id,
  :transfer_offer_expiration_timestamp,
  :transfer_offer_accepted_timestamp,
  :address_transfer_status)
  SENSITIVE = []
  include Aws::Structure
end

#allocation_idString

The allocation ID of an Elastic IP address.

Returns:

  • (String)


869
870
871
872
873
874
875
876
877
878
# File 'lib/aws-sdk-ec2/types.rb', line 869

class AddressTransfer < Struct.new(
  :public_ip,
  :allocation_id,
  :transfer_account_id,
  :transfer_offer_expiration_timestamp,
  :transfer_offer_accepted_timestamp,
  :address_transfer_status)
  SENSITIVE = []
  include Aws::Structure
end

#public_ipString

The Elastic IP address being transferred.

Returns:

  • (String)


869
870
871
872
873
874
875
876
877
878
# File 'lib/aws-sdk-ec2/types.rb', line 869

class AddressTransfer < Struct.new(
  :public_ip,
  :allocation_id,
  :transfer_account_id,
  :transfer_offer_expiration_timestamp,
  :transfer_offer_accepted_timestamp,
  :address_transfer_status)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_account_idString

The ID of the account that you want to transfer the Elastic IP address to.

Returns:

  • (String)


869
870
871
872
873
874
875
876
877
878
# File 'lib/aws-sdk-ec2/types.rb', line 869

class AddressTransfer < Struct.new(
  :public_ip,
  :allocation_id,
  :transfer_account_id,
  :transfer_offer_expiration_timestamp,
  :transfer_offer_accepted_timestamp,
  :address_transfer_status)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_offer_accepted_timestampTime

The timestamp when the Elastic IP address transfer was accepted.

Returns:

  • (Time)


869
870
871
872
873
874
875
876
877
878
# File 'lib/aws-sdk-ec2/types.rb', line 869

class AddressTransfer < Struct.new(
  :public_ip,
  :allocation_id,
  :transfer_account_id,
  :transfer_offer_expiration_timestamp,
  :transfer_offer_accepted_timestamp,
  :address_transfer_status)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_offer_expiration_timestampTime

The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the Elastic IP address will return to its original owner.

Returns:

  • (Time)


869
870
871
872
873
874
875
876
877
878
# File 'lib/aws-sdk-ec2/types.rb', line 869

class AddressTransfer < Struct.new(
  :public_ip,
  :allocation_id,
  :transfer_account_id,
  :transfer_offer_expiration_timestamp,
  :transfer_offer_accepted_timestamp,
  :address_transfer_status)
  SENSITIVE = []
  include Aws::Structure
end