Class: Aws::Types::ReservedCacheNodesOfferingMessage
- Inherits:
-
Object
- Object
- Aws::Types::ReservedCacheNodesOfferingMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#reserved_cache_nodes_offerings ⇒ ::Array[Types::ReservedCacheNodesOffering]
Returns the value of attribute reserved_cache_nodes_offerings.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def marker @marker end |
#reserved_cache_nodes_offerings ⇒ ::Array[Types::ReservedCacheNodesOffering]
Returns the value of attribute reserved_cache_nodes_offerings.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def reserved_cache_nodes_offerings @reserved_cache_nodes_offerings end |