Class: Aws::SecurityHub::Types::AwsRedshiftClusterElasticIpStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterElasticIpStatus
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#elastic_ip ⇒ String
The elastic IP address for the cluster.
-
#status ⇒ String
The status of the elastic IP address.
Instance Attribute Details
#elastic_ip ⇒ String
The elastic IP address for the cluster.
17891 17892 17893 17894 17895 17896 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17891 class AwsRedshiftClusterElasticIpStatus < Struct.new( :elastic_ip, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the elastic IP address.
17891 17892 17893 17894 17895 17896 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17891 class AwsRedshiftClusterElasticIpStatus < Struct.new( :elastic_ip, :status) SENSITIVE = [] include Aws::Structure end |