Class: Aws::Types::DescribeReservedCacheNodesOfferingsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedCacheNodesOfferingsMessage
- 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_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.
797 798 799 |
# File 'sig/types.rbs', line 797 def cache_node_type @cache_node_type end |
#duration ⇒ ::String
Returns the value of attribute duration.
798 799 800 |
# File 'sig/types.rbs', line 798 def duration @duration end |
#marker ⇒ ::String
Returns the value of attribute marker.
802 803 804 |
# File 'sig/types.rbs', line 802 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
801 802 803 |
# File 'sig/types.rbs', line 801 def max_records @max_records end |
#offering_type ⇒ ::String
Returns the value of attribute offering_type.
800 801 802 |
# File 'sig/types.rbs', line 800 def offering_type @offering_type end |
#product_description ⇒ ::String
Returns the value of attribute product_description.
799 800 801 |
# File 'sig/types.rbs', line 799 def product_description @product_description end |
#reserved_cache_nodes_offering_id ⇒ ::String
Returns the value of attribute reserved_cache_nodes_offering_id.
796 797 798 |
# File 'sig/types.rbs', line 796 def reserved_cache_nodes_offering_id @reserved_cache_nodes_offering_id end |