Class: Aws::Types::AddressTransfer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_transfer_status"pending", ...

Returns the value of attribute address_transfer_status.

Returns:

  • ("pending", "disabled", "accepted")


284
285
286
# File 'sig/types.rbs', line 284

def address_transfer_status
  @address_transfer_status
end

#allocation_id::String

Returns the value of attribute allocation_id.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def allocation_id
  @allocation_id
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def public_ip
  @public_ip
end

#transfer_account_id::String

Returns the value of attribute transfer_account_id.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def 
  @transfer_account_id
end

#transfer_offer_accepted_timestamp::Time

Returns the value of attribute transfer_offer_accepted_timestamp.

Returns:

  • (::Time)


283
284
285
# File 'sig/types.rbs', line 283

def transfer_offer_accepted_timestamp
  @transfer_offer_accepted_timestamp
end

#transfer_offer_expiration_timestamp::Time

Returns the value of attribute transfer_offer_expiration_timestamp.

Returns:

  • (::Time)


282
283
284
# File 'sig/types.rbs', line 282

def transfer_offer_expiration_timestamp
  @transfer_offer_expiration_timestamp
end