Class: Aws::Types::RestoreAddressToClassicResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


16278
16279
16280
# File 'sig/types.rbs', line 16278

def public_ip
  @public_ip
end

#status"MoveInProgress", ...

Returns the value of attribute status.

Returns:

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


16279
16280
16281
# File 'sig/types.rbs', line 16279

def status
  @status
end