class Aws::Redshift::Types::RevokeClusterSecurityGroupIngressMessage
@note When making an API call, you may pass RevokeClusterSecurityGroupIngressMessage
data as a hash: { cluster_security_group_name: "String", # required cidrip: "String", ec2_security_group_name: "String", ec2_security_group_owner_id: "String", }
@!attribute [rw] cluster_security_group_name
The name of the security Group from which to revoke the ingress rule. @return [String]
@!attribute [rw] cidrip
The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If `CIDRIP` is specified, `EC2SecurityGroupName` and `EC2SecurityGroupOwnerId` cannot be provided. @return [String]
@!attribute [rw] ec2_security_group_name
The name of the EC2 Security Group whose access is to be revoked. If `EC2SecurityGroupName` is specified, `EC2SecurityGroupOwnerId` must also be provided and `CIDRIP` cannot be provided. @return [String]
@!attribute [rw] ec2_security_group_owner_id
The Amazon Web Services account number of the owner of the security group specified in the `EC2SecurityGroupName` parameter. The Amazon Web Services access key ID is not an acceptable value. If `EC2SecurityGroupOwnerId` is specified, `EC2SecurityGroupName` must also be provided. and `CIDRIP` cannot be provided. Example: `111122223333` @return [String]
@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RevokeClusterSecurityGroupIngressMessage AWS API Documentation
Constants
- SENSITIVE