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)


3145
3146
3147
3148
3149
3150
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3145

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


3145
3146
3147
3148
3149
3150
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3145

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