Class: Aws::Redshift::Types::ScheduledActionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ScheduledActionFilter
- 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
-
#name ⇒ String
The type of element to filter.
-
#values ⇒ Array<String>
List of values.
Instance Attribute Details
#name ⇒ String
The type of element to filter.
11234 11235 11236 11237 11238 11239 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11234 class ScheduledActionFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
List of values. Compare if the value (of type defined by Name
)
equals an item in the list of scheduled actions.
11234 11235 11236 11237 11238 11239 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11234 class ScheduledActionFilter < Struct.new( :name, :values) SENSITIVE = [] include Aws::Structure end |