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