Class: Aws::ElastiCache::Types::CacheSecurityGroupMembership

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

Overview

Represents a cluster's status within a particular cache security group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_security_group_nameString

The name of the cache security group.

Returns:

  • (String)


1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1223

class CacheSecurityGroupMembership < Struct.new(
  :cache_security_group_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cluster are modified.

Returns:

  • (String)


1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1223

class CacheSecurityGroupMembership < Struct.new(
  :cache_security_group_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end