class Aws::RDS::Types::RevokeDBSecurityGroupIngressMessage

@note When making an API call, you may pass RevokeDBSecurityGroupIngressMessage

data as a hash:

    {
      db_security_group_name: "String", # required
      cidrip: "String",
      ec2_security_group_name: "String",
      ec2_security_group_id: "String",
      ec2_security_group_owner_id: "String",
    }

@!attribute [rw] db_security_group_name

The name of the DB security group to revoke ingress from.
@return [String]

@!attribute [rw] cidrip

The IP range to revoke access from. Must be a valid CIDR range. If
`CIDRIP` is specified, `EC2SecurityGroupName`, `EC2SecurityGroupId`
and `EC2SecurityGroupOwnerId` can't be provided.
@return [String]

@!attribute [rw] ec2_security_group_name

The name of the EC2 security group to revoke access from. For VPC DB
security groups, `EC2SecurityGroupId` must be provided. Otherwise,
EC2SecurityGroupOwnerId and either `EC2SecurityGroupName` or
`EC2SecurityGroupId` must be provided.
@return [String]

@!attribute [rw] ec2_security_group_id

The id of the EC2 security group to revoke access from. For VPC DB
security groups, `EC2SecurityGroupId` must be provided. Otherwise,
EC2SecurityGroupOwnerId and either `EC2SecurityGroupName` or
`EC2SecurityGroupId` must be provided.
@return [String]

@!attribute [rw] ec2_security_group_owner_id

The Amazon Web Services account number of the owner of the EC2
security group specified in the `EC2SecurityGroupName` parameter.
The Amazon Web Services access key ID isn't an acceptable value.
For VPC DB security groups, `EC2SecurityGroupId` must be provided.
Otherwise, EC2SecurityGroupOwnerId and either `EC2SecurityGroupName`
or `EC2SecurityGroupId` must be provided.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RevokeDBSecurityGroupIngressMessage AWS API Documentation

Constants

SENSITIVE