AWSComprehendFlywheelFilter

Objective-C

@interface AWSComprehendFlywheelFilter

Swift

class AWSComprehendFlywheelFilter

Filter the flywheels based on creation time or flywheel status.

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

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var creationTimeBefore: Date? { get set }
  • Filter the flywheels based on the flywheel status.

    Declaration

    Objective-C

    @property (nonatomic) AWSComprehendFlywheelStatus status;

    Swift

    var status: AWSComprehendFlywheelStatus { get set }