You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElastiCache::Types::BatchStopUpdateActionMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchStopUpdateActionMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  replication_group_ids: ["String"],
  cache_cluster_ids: ["String"],
  service_update_name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_idsArray<String>

The cache cluster IDs

Returns:

  • (Array<String>)

    The cache cluster IDs.

#replication_group_idsArray<String>

The replication group IDs

Returns:

  • (Array<String>)

    The replication group IDs.

#service_update_nameString

The unique ID of the service update

Returns:

  • (String)

    The unique ID of the service update.