Class: Aws::Types::RebootCacheClusterMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_id::String

Returns the value of attribute cache_cluster_id.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1471
1472
1473
# File 'sig/types.rbs', line 1471

def cache_node_ids_to_reboot
  @cache_node_ids_to_reboot
end