Class: Aws::Types::BatchApplyUpdateActionMessage

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])


63
64
65
# File 'sig/types.rbs', line 63

def cache_cluster_ids
  @cache_cluster_ids
end

#replication_group_ids::Array[::String]

Returns the value of attribute replication_group_ids.

Returns:

  • (::Array[::String])


62
63
64
# File 'sig/types.rbs', line 62

def replication_group_ids
  @replication_group_ids
end

#service_update_name::String

Returns the value of attribute service_update_name.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def service_update_name
  @service_update_name
end