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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

A set of elements to filter the returned scheduled actions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The type of element to filter.

Returns:

  • (String)


10968
10969
10970
10971
10972
10973
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10968

class ScheduledActionFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


10968
10969
10970
10971
10972
10973
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10968

class ScheduledActionFilter < Struct.new(
  :name,
  :values)
  SENSITIVE = []
  include Aws::Structure
end