Class: Aws::Comprehend::Types::FlywheelIterationFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::FlywheelIterationFilter
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Filter the flywheel iterations based on creation time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
Filter the flywheel iterations to include iterations created after the specified time.
-
#creation_time_before ⇒ Time
Filter the flywheel iterations to include iterations created before the specified time.
Instance Attribute Details
#creation_time_after ⇒ Time
Filter the flywheel iterations to include iterations created after the specified time.
4713 4714 4715 4716 4717 4718 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4713 class FlywheelIterationFilter < Struct.new( :creation_time_after, :creation_time_before) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
Filter the flywheel iterations to include iterations created before the specified time.
4713 4714 4715 4716 4717 4718 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4713 class FlywheelIterationFilter < Struct.new( :creation_time_after, :creation_time_before) SENSITIVE = [] include Aws::Structure end |