Class: Aws::Types::RebootCacheClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::RebootCacheClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
-
#cache_node_ids_to_reboot ⇒ ::Array[::String]
Returns the value of attribute cache_node_ids_to_reboot.
Instance Attribute Details
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def cache_cluster_id @cache_cluster_id end |
#cache_node_ids_to_reboot ⇒ ::Array[::String]
Returns the value of attribute cache_node_ids_to_reboot.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def cache_node_ids_to_reboot @cache_node_ids_to_reboot end |