Class: Aws::SecurityHub::Types::AwsRedshiftClusterVpcSecurityGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#statusString

The status of the VPC security group.

Returns:

  • (String)


18215
18216
18217
18218
18219
18220
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18215

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

#vpc_security_group_idString

The identifier of the VPC security group.

Returns:

  • (String)


18215
18216
18217
18218
18219
18220
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18215

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