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)


5268
5269
5270
5271
5272
5273
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5268

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:



5268
5269
5270
5271
5272
5273
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5268

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