class Aws::Redshift::Types::ScheduledActionFilter

A set of elements to filter the returned scheduled actions.

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

data as a hash:

    {
      name: "cluster-identifier", # required, accepts cluster-identifier, iam-role
      values: ["String"], # required
    }

@!attribute [rw] name

The type of element to filter.
@return [String]

@!attribute [rw] values

List of values. Compare if the value (of type defined by `Name`)
equals an item in the list of scheduled actions.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ScheduledActionFilter AWS API Documentation

Constants

SENSITIVE