Class: Aws::SecurityHub::Types::AwsRedshiftClusterVpcSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterVpcSecurityGroup
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A VPC security group that the cluster belongs to, if the cluster is in a VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the VPC security group.
-
#vpc_security_group_id ⇒ String
The identifier of the VPC security group.
Instance Attribute Details
#status ⇒ String
The status of the VPC security group.
18218 18219 18220 18221 18222 18223 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18218 class AwsRedshiftClusterVpcSecurityGroup < Struct.new( :status, :vpc_security_group_id) SENSITIVE = [] include Aws::Structure end |
#vpc_security_group_id ⇒ String
The identifier of the VPC security group.
18218 18219 18220 18221 18222 18223 |
# File 'lib/aws-sdk-securityhub/types.rb', line 18218 class AwsRedshiftClusterVpcSecurityGroup < Struct.new( :status, :vpc_security_group_id) SENSITIVE = [] include Aws::Structure end |