AWSCognitoIdentityProviderListTagsForResourceRequest

Objective-C

@interface AWSCognitoIdentityProviderListTagsForResourceRequest

Swift

class AWSCognitoIdentityProviderListTagsForResourceRequest
  • 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 }