Class: Aws::ElastiCache::Types::CacheSecurityGroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheSecurityGroupMembership
- Includes:
- Structure
- Defined in:
- 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
-
#cache_security_group_name ⇒ String
The name of the cache security group.
-
#status ⇒ String
The membership status in the cache security group.
Instance Attribute Details
#cache_security_group_name ⇒ String
The name of the cache security group.
1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-elasticache/types.rb', line 1219 class CacheSecurityGroupMembership < Struct.new( :cache_security_group_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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.
1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-elasticache/types.rb', line 1219 class CacheSecurityGroupMembership < Struct.new( :cache_security_group_name, :status) SENSITIVE = [] include Aws::Structure end |