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

Class: Aws::ElastiCache::Types::AuthorizeCacheSecurityGroupIngressMessage

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

Overview

Note:

When passing AuthorizeCacheSecurityGroupIngressMessage 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 an AuthorizeCacheSecurityGroupIngress operation.

Instance Attribute Summary collapse

Instance Attribute Details

#cache_security_group_nameString

The cache security group that allows network ingress.

Returns:

  • (String)

    The cache security group that allows network ingress.

#ec2_security_group_nameString

The Amazon EC2 security group to be authorized for ingress to the cache security group.

Returns:

  • (String)

    The Amazon EC2 security group to be authorized for ingress to the cache security group.

#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.