Class: Aws::Textract::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) that specifies the resource to be untagged.

Returns:

  • (String)


3118
3119
3120
3121
3122
3123
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 3118

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

#tag_keysArray<String>

Specifies the tags to be removed from the resource specified by the ResourceARN.

Returns:

  • (Array<String>)


3118
3119
3120
3121
3122
3123
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 3118

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