You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentity::Types::UntagResourceInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UntagResourceInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_arn: "ARNString", # required
  tag_keys: ["TagKeysType"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the identity pool that the tags are assigned to.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the identity pool that the tags are assigned to.

#tag_keysArray<String>

The keys of the tags to remove from the user pool.

Returns:

  • (Array<String>)

    The keys of the tags to remove from the user pool.