AWSConnectPredefinedAttributeValues
Objective-C
@interface AWSConnectPredefinedAttributeValues
Swift
class AWSConnectPredefinedAttributeValues
Information about values of a predefined attribute.
-
Predefined attribute values of type string list.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable stringList;
Swift
var stringList: [String]? { get set }