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)


5180
5181
5182
5183
5184
5185
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5180

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:



5180
5181
5182
5183
5184
5185
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5180

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