Class: Aws::Types::PurchaseReservedCacheNodesOfferingMessage
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseReservedCacheNodesOfferingMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_node_count ⇒ ::Integer
Returns the value of attribute cache_node_count.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cache_node_count ⇒ ::Integer
Returns the value of attribute cache_node_count.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def cache_node_count @cache_node_count end |
#reserved_cache_node_id ⇒ ::String
Returns the value of attribute reserved_cache_node_id.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 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.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def reserved_cache_nodes_offering_id @reserved_cache_nodes_offering_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def end |