Class: Aws::Redshift::Types::AuthorizeClusterSecurityGroupIngressMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::AuthorizeClusterSecurityGroupIngressMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidrip ⇒ String
The IP range to be added the Amazon Redshift security group.
-
#cluster_security_group_name ⇒ String
The name of the security group to which the ingress rule is added.
-
#ec2_security_group_name ⇒ String
The EC2 security group to be added the Amazon Redshift security group.
-
#ec2_security_group_owner_id ⇒ String
The Amazon Web Services account number of the owner of the security group specified by the EC2SecurityGroupName parameter.
Instance Attribute Details
#cidrip ⇒ String
The IP range to be added the Amazon Redshift security group.
296 297 298 299 300 301 302 303 |
# File 'lib/aws-sdk-redshift/types.rb', line 296 class AuthorizeClusterSecurityGroupIngressMessage < Struct.new( :cluster_security_group_name, :cidrip, :ec2_security_group_name, :ec2_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |
#cluster_security_group_name ⇒ String
The name of the security group to which the ingress rule is added.
296 297 298 299 300 301 302 303 |
# File 'lib/aws-sdk-redshift/types.rb', line 296 class AuthorizeClusterSecurityGroupIngressMessage < Struct.new( :cluster_security_group_name, :cidrip, :ec2_security_group_name, :ec2_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |
#ec2_security_group_name ⇒ String
The EC2 security group to be added the Amazon Redshift security group.
296 297 298 299 300 301 302 303 |
# File 'lib/aws-sdk-redshift/types.rb', line 296 class AuthorizeClusterSecurityGroupIngressMessage < Struct.new( :cluster_security_group_name, :cidrip, :ec2_security_group_name, :ec2_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |
#ec2_security_group_owner_id ⇒ String
The Amazon Web Services account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The Amazon Web Services Access Key ID is not an acceptable value.
Example: ‘111122223333`
296 297 298 299 300 301 302 303 |
# File 'lib/aws-sdk-redshift/types.rb', line 296 class AuthorizeClusterSecurityGroupIngressMessage < Struct.new( :cluster_security_group_name, :cidrip, :ec2_security_group_name, :ec2_security_group_owner_id) SENSITIVE = [] include Aws::Structure end |