Class: Aws::QLDB::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) from which to remove the tags. For example:

arn:aws:qldb:us-east-1:123456789012:ledger/exampleLedger

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1438

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

#tag_keysArray<String>

The list of tag keys to remove.

Returns:

  • (Array<String>)


1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1438

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