Class: Aws::Types::CacheParameterGroup
- Inherits:
-
Object
- Object
- Aws::Types::CacheParameterGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cache_parameter_group_family ⇒ ::String
Returns the value of attribute cache_parameter_group_family.
-
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_global ⇒ Boolean
Returns the value of attribute is_global.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
187 188 189 |
# File 'sig/types.rbs', line 187 def arn @arn end |
#cache_parameter_group_family ⇒ ::String
Returns the value of attribute cache_parameter_group_family.
184 185 186 |
# File 'sig/types.rbs', line 184 def cache_parameter_group_family @cache_parameter_group_family end |
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
183 184 185 |
# File 'sig/types.rbs', line 183 def cache_parameter_group_name @cache_parameter_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
185 186 187 |
# File 'sig/types.rbs', line 185 def description @description end |
#is_global ⇒ Boolean
Returns the value of attribute is_global.
186 187 188 |
# File 'sig/types.rbs', line 186 def is_global @is_global end |