class Aws::ElastiCache::Types::DescribeServiceUpdatesMessage

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

data as a hash:

    {
      service_update_name: "String",
      service_update_status: ["available"], # accepts available, cancelled, expired
      max_records: 1,
      marker: "String",
    }

@!attribute [rw] service_update_name

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

@!attribute [rw] service_update_status

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

@!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/DescribeServiceUpdatesMessage AWS API Documentation

Constants

SENSITIVE