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

Class: Aws::Redshift::Types::ClusterSecurityGroup

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_security_group_nameString

The name of the cluster security group to which the operation was applied.

Returns:

  • (String)

    The name of the cluster security group to which the operation was applied.

#descriptionString

A description of the security group.

Returns:

  • (String)

    A description of the security group.

#ec2_security_groupsArray<Types::EC2SecurityGroup>

A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

Returns:

  • (Array<Types::EC2SecurityGroup>)

    A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.

#ip_rangesArray<Types::IPRange>

A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

Returns:

  • (Array<Types::IPRange>)

    A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.

#tagsArray<Types::Tag>

The list of tags for the cluster security group.

Returns:

  • (Array<Types::Tag>)

    The list of tags for the cluster security group.