AWSConnectEvaluationFormSummary

Objective-C

@interface AWSConnectEvaluationFormSummary

Swift

class AWSConnectEvaluationFormSummary

Summary information about an evaluation form.

Required parameters: [EvaluationFormId, EvaluationFormArn, Title, CreatedTime, CreatedBy, LastModifiedTime, LastModifiedBy, LatestVersion]

  • The version of the active evaluation form version.

    Declaration

    Objective-C

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

    Swift

    var activeVersion: NSNumber? { get set }
  • 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 }
  • The Amazon Resource Name (ARN) of the user who last activated the evaluation form.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var lastActivatedTime: Date? { 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 version number of the latest evaluation form version.

    Declaration

    Objective-C

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

    Swift

    var latestVersion: NSNumber? { get set }
  • A title of the evaluation form.

    Declaration

    Objective-C

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

    Swift

    var title: String? { get set }