Class: Aws::Transfer::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

An Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a server, user, or role.

Returns:

  • (String)


5237
5238
5239
5240
5241
5242
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5237

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

#tagsArray<Types::Tag>

Key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (servers, users, workflows, and so on) for any purpose.

Returns:



5237
5238
5239
5240
5241
5242
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5237

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