Class: Aws::CognitoIdentityProvider::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

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

Returns:

  • (String)


8418
8419
8420
8421
8422
8423
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8418

class UntagResourceRequest < Struct.new(
  :resource_arn,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keysArray<String>

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

Returns:

  • (Array<String>)


8418
8419
8420
8421
8422
8423
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8418

class UntagResourceRequest < Struct.new(
  :resource_arn,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end