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
- Struct
- Aws::ElastiCache::Types::CacheSecurityGroup
- Defined in:
- (unknown)
Overview
Represents the output of one of the following operations:
-
AuthorizeCacheSecurityGroupIngress
-
CreateCacheSecurityGroup
-
RevokeCacheSecurityGroupIngress
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the cache security group,.
-
#cache_security_group_name ⇒ String
The name of the cache security group.
-
#description ⇒ String
The description of the cache security group.
-
#ec2_security_groups ⇒ Array<Types::EC2SecurityGroup>
A list of Amazon EC2 security groups that are associated with this cache security group.
-
#owner_id ⇒ String
The AWS account ID of the cache security group owner.
Instance Attribute Details
#arn ⇒ String
The ARN of the cache security group,
#cache_security_group_name ⇒ String
The name of the cache security group.
#description ⇒ String
The description of the cache security group.
#ec2_security_groups ⇒ Array<Types::EC2SecurityGroup>
A list of Amazon EC2 security groups that are associated with this cache security group.
#owner_id ⇒ String
The AWS account ID of the cache security group owner.