Class: Aws::Types::CacheSecurityGroupMembership
- Inherits:
-
Object
- Object
- Aws::Types::CacheSecurityGroupMembership
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_security_group_name ⇒ ::String
Returns the value of attribute cache_security_group_name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#cache_security_group_name ⇒ ::String
Returns the value of attribute cache_security_group_name.
238 239 240 |
# File 'sig/types.rbs', line 238 def cache_security_group_name @cache_security_group_name end |
#status ⇒ ::String
Returns the value of attribute status.
239 240 241 |
# File 'sig/types.rbs', line 239 def status @status end |