Class: Aws::Bedrock::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/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 untag.

Returns:

  • (String)


13799
13800
13801
13802
13803
13804
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 13799

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

#tag_keysArray<String>

Tag keys of the tags to remove from the resource.

Returns:

  • (Array<String>)


13799
13800
13801
13802
13803
13804
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 13799

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