AWSCognitoIdentityProviderUntagResourceRequest

Objective-C

@interface AWSCognitoIdentityProviderUntagResourceRequest

Swift

class AWSCognitoIdentityProviderUntagResourceRequest
  • The Amazon Resource Name (ARN) of the user pool that the tags are assigned to.

    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 }