AWSConnectEvaluationFormVersionSummary

Objective-C

@interface AWSConnectEvaluationFormVersionSummary

Swift

class AWSConnectEvaluationFormVersionSummary

Summary information about an evaluation form.

Required parameters: [EvaluationFormArn, EvaluationFormId, EvaluationFormVersion, Locked, Status, CreatedTime, CreatedBy, LastModifiedTime, LastModifiedBy]

  • The Amazon Resource Name (ARN) of the user who created the evaluation form.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable createdBy;

    Swift

    var createdBy: String? { get set }
  • The timestamp for when the evaluation form was created.

    Declaration

    Objective-C

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

    Swift

    var createdTime: Date? { get set }
  • The Amazon Resource Name (ARN) for the evaluation form resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable evaluationFormArn;

    Swift

    var evaluationFormArn: String? { get set }
  • The unique identifier for the evaluation form.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable evaluationFormId;

    Swift

    var evaluationFormId: String? { get set }
  • A version of the evaluation form.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable evaluationFormVersion;

    Swift

    var evaluationFormVersion: NSNumber? { get set }
  • The Amazon Resource Name (ARN) of the user who last updated the evaluation form.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable lastModifiedBy;

    Swift

    var lastModifiedBy: String? { get set }
  • The timestamp for when the evaluation form was last updated.

    Declaration

    Objective-C

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

    Swift

    var lastModifiedTime: Date? { get set }
  • The flag indicating whether the evaluation form is locked for changes.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable locked;

    Swift

    var locked: NSNumber? { get set }
  • The status of the evaluation form.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectEvaluationFormVersionStatus status;

    Swift

    var status: AWSConnectEvaluationFormVersionStatus { get set }