AWSConnectDescribePredefinedAttributeResponse
Objective-C
@interface AWSConnectDescribePredefinedAttributeResponse
Swift
class AWSConnectDescribePredefinedAttributeResponse
-
Information about the predefined attribute.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectPredefinedAttribute *_Nullable predefinedAttribute;
Swift
var predefinedAttribute: AWSConnectPredefinedAttribute? { get set }