AWSConnectPredefinedAttribute

Objective-C

@interface AWSConnectPredefinedAttribute

Swift

class AWSConnectPredefinedAttribute

Information about 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 }
  • The values of the predefined attribute.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSConnectPredefinedAttributeValues *_Nullable values;

    Swift

    var values: AWSConnectPredefinedAttributeValues? { get set }