AWSCognitoIdentityUntagResourceInput
Objective-C
@interface AWSCognitoIdentityUntagResourceInput : AWSRequest
Swift
class AWSCognitoIdentityUntagResourceInput : AWSRequest
-
The Amazon Resource Name (ARN) of the identity pool.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;
Swift
var resourceArn: String? { get set }
-
The keys of the tags to remove from the user pool.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;
Swift
var tagKeys: [String]? { get set }