Class: Aws::RedshiftServerless::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource to remove tags from.

Returns:

  • (String)


2332
2333
2334
2335
2336
2337
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2332

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

#tag_keysArray<String>

The tag or set of tags to remove from the resource.

Returns:

  • (Array<String>)


2332
2333
2334
2335
2336
2337
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2332

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