AWSConnectActivateEvaluationFormResponse

Objective-C

@interface AWSConnectActivateEvaluationFormResponse

Swift

class AWSConnectActivateEvaluationFormResponse
  • 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 }