AWSComprehendFlywheelIterationFilter

Objective-C

@interface AWSComprehendFlywheelIterationFilter

Swift

class AWSComprehendFlywheelIterationFilter

Filter the flywheel iterations based on creation time.

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationTimeAfter;

    Swift

    var creationTimeAfter: Date? { get set }
  • Filter the flywheel iterations to include iterations created before the specified time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationTimeBefore;

    Swift

    var creationTimeBefore: Date? { get set }