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.
4657 4658 4659 4660 4661 4662 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4657 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.
4657 4658 4659 4660 4661 4662 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4657 class FlywheelIterationFilter < Struct.new( :creation_time_after, :creation_time_before) SENSITIVE = [] include Aws::Structure end |