AWSConnectViewVersionSummary

Objective-C

@interface AWSConnectViewVersionSummary

Swift

class AWSConnectViewVersionSummary

A summary of a view version’s metadata.

  • arn

    The Amazon Resource Name (ARN) of the view version.

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }
  • The description of the view version.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • The identifier of the view version.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }
  • The name of the view version.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • The type of the view version.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectViewType types;

    Swift

    var types: AWSConnectViewType { get set }
  • The sequentially incremented version of the view version.

    Declaration

    Objective-C

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

    Swift

    var version: NSNumber? { get set }
  • The description of the view version.

    Declaration

    Objective-C

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

    Swift

    var versionDescription: String? { get set }