Class: Aws::Comprehend::Types::FlywheelFilter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Filter the flywheels based on creation time or flywheel status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

Filter the flywheels to include flywheels created after the specified time.

Returns:

  • (Time)


4691
4692
4693
4694
4695
4696
4697
# File 'lib/aws-sdk-comprehend/types.rb', line 4691

class FlywheelFilter < Struct.new(
  :status,
  :creation_time_after,
  :creation_time_before)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

Filter the flywheels to include flywheels created before the specified time.

Returns:

  • (Time)


4691
4692
4693
4694
4695
4696
4697
# File 'lib/aws-sdk-comprehend/types.rb', line 4691

class FlywheelFilter < Struct.new(
  :status,
  :creation_time_after,
  :creation_time_before)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Filter the flywheels based on the flywheel status.

Returns:

  • (String)


4691
4692
4693
4694
4695
4696
4697
# File 'lib/aws-sdk-comprehend/types.rb', line 4691

class FlywheelFilter < Struct.new(
  :status,
  :creation_time_after,
  :creation_time_before)
  SENSITIVE = []
  include Aws::Structure
end