You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsRedshiftClusterElasticIpStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsRedshiftClusterElasticIpStatus as input to an Aws::Client method, you can use a vanilla Hash:

{
  elastic_ip: "NonEmptyString",
  status: "NonEmptyString",
}

The status of the elastic IP (EIP) address for an Amazon Redshift cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_ipString

The elastic IP address for the cluster.

Returns:

  • (String)

    The elastic IP address for the cluster.

#statusString

The status of the elastic IP address.

Returns:

  • (String)

    The status of the elastic IP address.