Class: Aws::Types::ElasticIpStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_ip::String

Returns the value of attribute elastic_ip.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def elastic_ip
  @elastic_ip
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def status
  @status
end