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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7926
7927
7928
7929
7930
7931
# File 'lib/aws-sdk-bedrock/types.rb', line 7926

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>)


7926
7927
7928
7929
7930
7931
# File 'lib/aws-sdk-bedrock/types.rb', line 7926

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