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

Class: Aws::ElastiCache::Types::CacheSecurityGroup

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

Overview

Represents the output of one of the following operations:

  • AuthorizeCacheSecurityGroupIngress

  • CreateCacheSecurityGroup

  • RevokeCacheSecurityGroupIngress

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the cache security group,

Returns:

  • (String)

    The ARN of the cache security group,.

#cache_security_group_nameString

The name of the cache security group.

Returns:

  • (String)

    The name of the cache security group.

#descriptionString

The description of the cache security group.

Returns:

  • (String)

    The description of the cache security group.

#ec2_security_groupsArray<Types::EC2SecurityGroup>

A list of Amazon EC2 security groups that are associated with this cache security group.

Returns:

  • (Array<Types::EC2SecurityGroup>)

    A list of Amazon EC2 security groups that are associated with this cache security group.

#owner_idString

The AWS account ID of the cache security group owner.

Returns:

  • (String)

    The AWS account ID of the cache security group owner.