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

Class: Aws::Redshift::Types::ScheduledActionFilter

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

Overview

Note:

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

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

A set of elements to filter the returned scheduled actions.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The type of element to filter.

Possible values:

  • cluster-identifier
  • iam-role

Returns:

  • (String)

    The type of element to filter.

#valuesArray<String>

List of values. Compare if the value (of type defined by Name) equals an item in the list of scheduled actions.

Returns:

  • (Array<String>)

    List of values.