Class: Aws::DataSync::Types::TagResourceRequest

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

Overview

TagResourceRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Specifies the Amazon Resource Name (ARN) of the resource to apply the tag to.

Returns:

  • (String)


5229
5230
5231
5232
5233
5234
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5229

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

#tagsArray<Types::TagListEntry>

Specifies the tags that you want to apply to the resource.

Returns:



5229
5230
5231
5232
5233
5234
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5229

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