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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_ipString

The elastic IP (EIP) address for the cluster.

Returns:

  • (String)


5989
5990
5991
5992
5993
5994
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5989

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

#statusString

The status of the elastic IP (EIP) address.

Returns:

  • (String)


5989
5990
5991
5992
5993
5994
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 5989

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