Class: Aws::Types::BatchStopUpdateActionMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_ids::Array[::String]

Returns the value of attribute cache_cluster_ids.

Returns:

  • (::Array[::String])


70
71
72
# File 'sig/types.rbs', line 70

def cache_cluster_ids
  @cache_cluster_ids
end

#replication_group_ids::Array[::String]

Returns the value of attribute replication_group_ids.

Returns:

  • (::Array[::String])


69
70
71
# File 'sig/types.rbs', line 69

def replication_group_ids
  @replication_group_ids
end

#service_update_name::String

Returns the value of attribute service_update_name.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def service_update_name
  @service_update_name
end