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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_ipString

The elastic IP address for the cluster.

Returns:

  • (String)


17171
17172
17173
17174
17175
17176
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17171

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

#statusString

The status of the elastic IP address.

Returns:

  • (String)


17171
17172
17173
17174
17175
17176
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17171

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