AWSCognitoIdentityProviderListTagsForResourceResponse
Objective-C
@interface AWSCognitoIdentityProviderListTagsForResourceResponse
Swift
class AWSCognitoIdentityProviderListTagsForResourceResponse
-
The tags that are assigned to the user pool.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;
Swift
var tags: [String : String]? { get set }