Class: Aws::Redshift::Types::ClusterSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ClusterSecurityGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes a security group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_security_group_name ⇒ String
The name of the cluster security group to which the operation was applied.
-
#description ⇒ String
A description of the security group.
-
#ec2_security_groups ⇒ Array<Types::EC2SecurityGroup>
A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.
-
#ip_ranges ⇒ Array<Types::IPRange>
A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.
-
#tags ⇒ Array<Types::Tag>
The list of tags for the cluster security group.
Instance Attribute Details
#cluster_security_group_name ⇒ String
The name of the cluster security group to which the operation was applied.
1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-redshift/types.rb', line 1471 class ClusterSecurityGroup < Struct.new( :cluster_security_group_name, :description, :ec2_security_groups, :ip_ranges, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the security group.
1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-redshift/types.rb', line 1471 class ClusterSecurityGroup < Struct.new( :cluster_security_group_name, :description, :ec2_security_groups, :ip_ranges, :tags) SENSITIVE = [] include Aws::Structure end |
#ec2_security_groups ⇒ Array<Types::EC2SecurityGroup>
A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.
1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-redshift/types.rb', line 1471 class ClusterSecurityGroup < Struct.new( :cluster_security_group_name, :description, :ec2_security_groups, :ip_ranges, :tags) SENSITIVE = [] include Aws::Structure end |
#ip_ranges ⇒ Array<Types::IPRange>
A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.
1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-redshift/types.rb', line 1471 class ClusterSecurityGroup < Struct.new( :cluster_security_group_name, :description, :ec2_security_groups, :ip_ranges, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags for the cluster security group.
1471 1472 1473 1474 1475 1476 1477 1478 1479 |
# File 'lib/aws-sdk-redshift/types.rb', line 1471 class ClusterSecurityGroup < Struct.new( :cluster_security_group_name, :description, :ec2_security_groups, :ip_ranges, :tags) SENSITIVE = [] include Aws::Structure end |