Class: Aws::Types::MoveAddressToVpcResult

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)


14527
14528
14529
# File 'sig/types.rbs', line 14527

def allocation_id
  @allocation_id
end

#status"MoveInProgress", ...

Returns the value of attribute status.

Returns:

  • ("MoveInProgress", "InVpc", "InClassic")


14528
14529
14530
# File 'sig/types.rbs', line 14528

def status
  @status
end