Class: Aws::Types::AwsRedshiftClusterElasticIpStatus

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)


3815
3816
3817
# File 'sig/types.rbs', line 3815

def elastic_ip
  @elastic_ip
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3816
3817
3818
# File 'sig/types.rbs', line 3816

def status
  @status
end