You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElastiCache::Types::RevokeCacheSecurityGroupIngressMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RevokeCacheSecurityGroupIngressMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  cache_security_group_name: "String", # required
  ec2_security_group_name: "String", # required
  ec2_security_group_owner_id: "String", # required
}

Represents the input of a RevokeCacheSecurityGroupIngress operation.

Instance Attribute Summary collapse

Instance Attribute Details

#cache_security_group_nameString

The name of the cache security group to revoke ingress from.

Returns:

  • (String)

    The name of the cache security group to revoke ingress from.

#ec2_security_group_nameString

The name of the Amazon EC2 security group to revoke access from.

Returns:

  • (String)

    The name of the Amazon EC2 security group to revoke access from.

#ec2_security_group_owner_idString

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

Returns:

  • (String)

    The AWS account number of the Amazon EC2 security group owner.