AWSCognitoIdentityListTagsForResourceInput

Objective-C

@interface AWSCognitoIdentityListTagsForResourceInput : AWSRequest

Swift

class AWSCognitoIdentityListTagsForResourceInput : AWSRequest
  • The Amazon Resource Name (ARN) of the identity pool that the tags are assigned to.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable resourceArn;

    Swift

    var resourceArn: String? { get set }