Class: Aws::Types::DescribeCacheEngineVersionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCacheEngineVersionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_parameter_group_family ⇒ ::String
Returns the value of attribute cache_parameter_group_family.
-
#default_only ⇒ Boolean
Returns the value of attribute default_only.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#cache_parameter_group_family ⇒ ::String
Returns the value of attribute cache_parameter_group_family.
703 704 705 |
# File 'sig/types.rbs', line 703 def cache_parameter_group_family @cache_parameter_group_family end |
#default_only ⇒ Boolean
Returns the value of attribute default_only.
706 707 708 |
# File 'sig/types.rbs', line 706 def default_only @default_only end |
#engine ⇒ ::String
Returns the value of attribute engine.
701 702 703 |
# File 'sig/types.rbs', line 701 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
702 703 704 |
# File 'sig/types.rbs', line 702 def engine_version @engine_version end |
#marker ⇒ ::String
Returns the value of attribute marker.
705 706 707 |
# File 'sig/types.rbs', line 705 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
704 705 706 |
# File 'sig/types.rbs', line 704 def max_records @max_records end |