Class: Aws::Comprehend::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the given Amazon Comprehend resource to which you want to associate the tags.

Returns:

  • (String)


8191
8192
8193
8194
8195
8196
# File 'lib/aws-sdk-comprehend/types.rb', line 8191

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

#tagsArray<Types::Tag>

Tags being associated with a specific Amazon Comprehend resource. There can be a maximum of 50 tags (both existing and pending) associated with a specific resource.

Returns:



8191
8192
8193
8194
8195
8196
# File 'lib/aws-sdk-comprehend/types.rb', line 8191

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