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)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def elastic_ip
  @elastic_ip
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def status
  @status
end