Class: Aws::Types::DescribeReservedCacheNodesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedCacheNodesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
-
#duration ⇒ ::String
Returns the value of attribute duration.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
-
#product_description ⇒ ::String
Returns the value of attribute product_description.
-
#reserved_cache_node_id ⇒ ::String
Returns the value of attribute reserved_cache_node_id.
-
#reserved_cache_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_cache_nodes_offering_id.
Instance Attribute Details
#cache_node_type ⇒ ::String
Returns the value of attribute cache_node_type.
786 787 788 |
# File 'sig/types.rbs', line 786 def cache_node_type @cache_node_type end |
#duration ⇒ ::String
Returns the value of attribute duration.
787 788 789 |
# File 'sig/types.rbs', line 787 def duration @duration end |
#marker ⇒ ::String
Returns the value of attribute marker.
791 792 793 |
# File 'sig/types.rbs', line 791 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
790 791 792 |
# File 'sig/types.rbs', line 790 def max_records @max_records end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
789 790 791 |
# File 'sig/types.rbs', line 789 def offering_type @offering_type end |
#product_description ⇒ ::String
Returns the value of attribute product_description.
788 789 790 |
# File 'sig/types.rbs', line 788 def product_description @product_description end |
#reserved_cache_node_id ⇒ ::String
Returns the value of attribute reserved_cache_node_id.
784 785 786 |
# File 'sig/types.rbs', line 784 def reserved_cache_node_id @reserved_cache_node_id end |
#reserved_cache_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_cache_nodes_offering_id.
785 786 787 |
# File 'sig/types.rbs', line 785 def reserved_cache_nodes_offering_id @reserved_cache_nodes_offering_id end |