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

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

Overview

Represents the output of one of the following operations:

  • AuthorizeCacheSecurityGroupIngress

  • CreateCacheSecurityGroup

  • RevokeCacheSecurityGroupIngress

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the cache security group,

Returns:

  • (String)


1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1192

class CacheSecurityGroup < Struct.new(
  :owner_id,
  :cache_security_group_name,
  :description,
  :ec2_security_groups,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#cache_security_group_nameString

The name of the cache security group.

Returns:

  • (String)


1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1192

class CacheSecurityGroup < Struct.new(
  :owner_id,
  :cache_security_group_name,
  :description,
  :ec2_security_groups,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the cache security group.

Returns:

  • (String)


1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1192

class CacheSecurityGroup < Struct.new(
  :owner_id,
  :cache_security_group_name,
  :description,
  :ec2_security_groups,
  :arn)
  SENSITIVE = []
  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:



1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1192

class CacheSecurityGroup < Struct.new(
  :owner_id,
  :cache_security_group_name,
  :description,
  :ec2_security_groups,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The Amazon account ID of the cache security group owner.

Returns:

  • (String)


1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1192

class CacheSecurityGroup < Struct.new(
  :owner_id,
  :cache_security_group_name,
  :description,
  :ec2_security_groups,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end