Class: Aws::Types::CreateCacheSecurityGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateCacheSecurityGroupMessage
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cache_security_group_name ⇒ ::String
Returns the value of attribute cache_security_group_name.
399 400 401 |
# File 'sig/types.rbs', line 399 def cache_security_group_name @cache_security_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
400 401 402 |
# File 'sig/types.rbs', line 400 def description @description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
401 402 403 |
# File 'sig/types.rbs', line 401 def @tags end |