AWSConnectUserSearchSummary
Objective-C
@interface AWSConnectUserSearchSummarySwift
class AWSConnectUserSearchSummaryInformation about the returned users.
- 
                  
                  The Amazon Resource Name (ARN) of the user. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable arn;Swift var arn: String? { get set }
- 
                  
                  The directory identifier of the user. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable directoryUserId;Swift var directoryUserId: String? { get set }
- 
                  
                  The identifier of the user’s hierarchy group. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable hierarchyGroupId;Swift var hierarchyGroupId: String? { get set }
- 
                  
                  The identifier of the user’s summary. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable identifier;Swift var identifier: String? { get set }
- 
                  
                  The user’s first name and last name. DeclarationObjective-C @property (nonatomic, strong) AWSConnectUserIdentityInfoLite *_Nullable identityInfo;Swift var identityInfo: AWSConnectUserIdentityInfoLite? { get set }
- 
                  
                  Contains information about the phone configuration settings for a user. DeclarationObjective-C @property (nonatomic, strong) AWSConnectUserPhoneConfig *_Nullable phoneConfig;Swift var phoneConfig: AWSConnectUserPhoneConfig? { get set }
- 
                  
                  The identifier of the user’s routing profile. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable routingProfileId;Swift var routingProfileId: String? { get set }
- 
                  
                  The identifiers of the user’s security profiles. DeclarationObjective-C @property (nonatomic, strong) NSArray<NSString *> *_Nullable securityProfileIds;Swift var securityProfileIds: [String]? { get set }
- 
                  
                  The tags used to organize, track, or control access for this resource. For example, { “Tags”: {“key1”:“value1”, “key2”:“value2”} }. DeclarationObjective-C @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;Swift var tags: [String : String]? { get set }
- 
                  
                  The name of the user. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable username;Swift var username: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSConnectUserSearchSummary Class Reference
        AWSConnectUserSearchSummary Class Reference