Class: Aws::WorkLink::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


1019
1020
1021
1022
1023
1024
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1019

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

#tagsHash<String,String>

The tags to add to the resource. A tag is a key-value pair.

Returns:

  • (Hash<String,String>)


1019
1020
1021
1022
1023
1024
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1019

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