class Aws::ElastiCache::Types::DescribeUpdateActionsMessage

@note When making an API call, you may pass DescribeUpdateActionsMessage

data as a hash:

    {
      service_update_name: "String",
      replication_group_ids: ["String"],
      cache_cluster_ids: ["String"],
      engine: "String",
      service_update_status: ["available"], # accepts available, cancelled, expired
      service_update_time_range: {
        start_time: Time.now,
        end_time: Time.now,
      },
      update_action_status: ["not-applied"], # accepts not-applied, waiting-to-start, in-progress, stopping, stopped, complete, scheduling, scheduled, not-applicable
      show_node_level_update_status: false,
      max_records: 1,
      marker: "String",
    }

@!attribute [rw] service_update_name

The unique ID of the service update
@return [String]

@!attribute [rw] replication_group_ids

The replication group IDs
@return [Array<String>]

@!attribute [rw] cache_cluster_ids

The cache cluster IDs
@return [Array<String>]

@!attribute [rw] engine

The Elasticache engine to which the update applies. Either Redis or
Memcached
@return [String]

@!attribute [rw] service_update_status

The status of the service update
@return [Array<String>]

@!attribute [rw] service_update_time_range

The range of time specified to search for service updates that are
in available status
@return [Types::TimeRangeFilter]

@!attribute [rw] update_action_status

The status of the update action.
@return [Array<String>]

@!attribute [rw] show_node_level_update_status

Dictates whether to include node level update status in the response
@return [Boolean]

@!attribute [rw] max_records

The maximum number of records to include in the response
@return [Integer]

@!attribute [rw] marker

An optional marker returned from a prior request. Use this marker
for pagination of results from this operation. If this parameter is
specified, the response includes only records beyond the marker, up
to the value specified by `MaxRecords`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeUpdateActionsMessage AWS API Documentation

Constants

SENSITIVE