Class: Aws::Comprehend::Types::FlywheelIterationFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_time_afterTime

Filter the flywheel iterations to include iterations created after the specified time.

Returns:

  • (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_beforeTime

Filter the flywheel iterations to include iterations created before the specified time.

Returns:

  • (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