Class: Aws::Translate::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-translate/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 Translate resource to which you want to associate the tags.

Returns:

  • (String)


1300
1301
1302
1303
1304
1305
# File 'lib/aws-sdk-translate/types.rb', line 1300

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

#tagsArray<Types::Tag>

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

Returns:



1300
1301
1302
1303
1304
1305
# File 'lib/aws-sdk-translate/types.rb', line 1300

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