Class: Aws::Redshift::Types::ElasticIpStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Describes the status of the elastic IP (EIP) address.

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_ipString

The elastic IP (EIP) address for the cluster.

Returns:

  • (String)


4468
4469
4470
4471
4472
# File 'lib/aws-sdk-redshift/types.rb', line 4468

class ElasticIpStatus < Struct.new(
  :elastic_ip,
  :status)
  include Aws::Structure
end

#statusString

The status of the elastic IP (EIP) address.

Returns:

  • (String)


4468
4469
4470
4471
4472
# File 'lib/aws-sdk-redshift/types.rb', line 4468

class ElasticIpStatus < Struct.new(
  :elastic_ip,
  :status)
  include Aws::Structure
end