AWSConnectViewSummary

Objective-C

@interface AWSConnectViewSummary

Swift

class AWSConnectViewSummary

A summary of a view’s metadata.

  • arn

    The Amazon Resource Name (ARN) of the view.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }
  • Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectViewStatus status;

    Swift

    var status: AWSConnectViewStatus { get set }
  • The type of the view.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectViewType types;

    Swift

    var types: AWSConnectViewType { get set }