Class: Aws::Types::DescribeCacheParametersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCacheParametersMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
718 719 720 |
# File 'sig/types.rbs', line 718 def cache_parameter_group_name @cache_parameter_group_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
721 722 723 |
# File 'sig/types.rbs', line 721 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
720 721 722 |
# File 'sig/types.rbs', line 720 def max_records @max_records end |
#source ⇒ ::String
Returns the value of attribute source.
719 720 721 |
# File 'sig/types.rbs', line 719 def source @source end |