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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Represents the output of one of the following operations:

  • ‘AuthorizeCacheSecurityGroupIngress`

  • ‘CreateCacheSecurityGroup`

  • ‘RevokeCacheSecurityGroupIngress`

Instance Attribute Summary collapse

Instance Attribute Details

#cache_security_group_nameString

The name of the cache security group.

Returns:

  • (String)


845
846
847
848
849
850
851
# File 'lib/aws-sdk-elasticache/types.rb', line 845

class CacheSecurityGroup < Struct.new(
  :owner_id,
  :cache_security_group_name,
  :description,
  :ec2_security_groups)
  include Aws::Structure
end

#descriptionString

The description of the cache security group.

Returns:

  • (String)


845
846
847
848
849
850
851
# File 'lib/aws-sdk-elasticache/types.rb', line 845

class CacheSecurityGroup < Struct.new(
  :owner_id,
  :cache_security_group_name,
  :description,
  :ec2_security_groups)
  include Aws::Structure
end

#ec2_security_groupsArray<Types::EC2SecurityGroup>

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

Returns:



845
846
847
848
849
850
851
# File 'lib/aws-sdk-elasticache/types.rb', line 845

class CacheSecurityGroup < Struct.new(
  :owner_id,
  :cache_security_group_name,
  :description,
  :ec2_security_groups)
  include Aws::Structure
end

#owner_idString

The AWS account ID of the cache security group owner.

Returns:

  • (String)


845
846
847
848
849
850
851
# File 'lib/aws-sdk-elasticache/types.rb', line 845

class CacheSecurityGroup < Struct.new(
  :owner_id,
  :cache_security_group_name,
  :description,
  :ec2_security_groups)
  include Aws::Structure
end