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

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

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

Overview

Note:

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

{
  status: "NonEmptyString",
  vpc_security_group_id: "NonEmptyString",
}

A VPC security group that the cluster belongs to, if the cluster is in a VPC.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the VPC security group.

Returns:

  • (String)

    The status of the VPC security group.

#vpc_security_group_idString

The identifier of the VPC security group.

Returns:

  • (String)

    The identifier of the VPC security group.