AWSConnectGetContactAttributesResponse

Objective-C

@interface AWSConnectGetContactAttributesResponse

Swift

class AWSConnectGetContactAttributesResponse
  • Information about the attributes.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable attributes;

    Swift

    var attributes: [String : String]? { get set }