AWSConnectPredefinedAttributeSummary

Objective-C

@interface AWSConnectPredefinedAttributeSummary

Swift

class AWSConnectPredefinedAttributeSummary

Summary of a predefined attribute.

  • Last modified region.

    Declaration

    Objective-C

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

    Swift

    var lastModifiedRegion: String? { get set }
  • Last modified time.

    Declaration

    Objective-C

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

    Swift

    var lastModifiedTime: Date? { get set }
  • The name of the predefined attribute.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }