Class: Aws::Types::CacheSecurityGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CacheSecurityGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_security_groups ⇒ ::Array[Types::CacheSecurityGroup]
Returns the value of attribute cache_security_groups.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#cache_security_groups ⇒ ::Array[Types::CacheSecurityGroup]
Returns the value of attribute cache_security_groups.
245 246 247 |
# File 'sig/types.rbs', line 245 def cache_security_groups @cache_security_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
244 245 246 |
# File 'sig/types.rbs', line 244 def marker @marker end |