class Aws::ElastiCache::Types::RevokeCacheSecurityGroupIngressMessage
Represents the input of a `RevokeCacheSecurityGroupIngress` operation.
@note When making an API call, you may pass RevokeCacheSecurityGroupIngressMessage
data as a hash: { cache_security_group_name: "String", # required ec2_security_group_name: "String", # required ec2_security_group_owner_id: "String", # required }
@!attribute [rw] cache_security_group_name
The name of the cache security group to revoke ingress from. @return [String]
@!attribute [rw] ec2_security_group_name
The name of the Amazon EC2 security group to revoke access from. @return [String]
@!attribute [rw] ec2_security_group_owner_id
The Amazon account number of the Amazon EC2 security group owner. Note that this is not the same thing as an Amazon access key ID - you must provide a valid Amazon account number for this parameter. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RevokeCacheSecurityGroupIngressMessage AWS API Documentation
Constants
- SENSITIVE