Class: Aws::Types::ElastiCacheInstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::ElastiCacheInstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_generation ⇒ Boolean
Returns the value of attribute current_generation.
-
#family ⇒ ::String
Returns the value of attribute family.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#product_description ⇒ ::String
Returns the value of attribute product_description.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#size_flex_eligible ⇒ Boolean
Returns the value of attribute size_flex_eligible.
Instance Attribute Details
#current_generation ⇒ Boolean
Returns the value of attribute current_generation.
455 456 457 |
# File 'sig/types.rbs', line 455 def current_generation @current_generation end |
#family ⇒ ::String
Returns the value of attribute family.
451 452 453 |
# File 'sig/types.rbs', line 451 def family @family end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
452 453 454 |
# File 'sig/types.rbs', line 452 def node_type @node_type end |
#product_description ⇒ ::String
Returns the value of attribute product_description.
454 455 456 |
# File 'sig/types.rbs', line 454 def product_description @product_description end |
#region ⇒ ::String
Returns the value of attribute region.
453 454 455 |
# File 'sig/types.rbs', line 453 def region @region end |
#size_flex_eligible ⇒ Boolean
Returns the value of attribute size_flex_eligible.
456 457 458 |
# File 'sig/types.rbs', line 456 def size_flex_eligible @size_flex_eligible end |