Class: Aws::Outposts::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


2388
2389
2390
2391
2392
2393
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2388

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

#tagsHash<String,String>

The tags to add to the resource.

Returns:

  • (Hash<String,String>)


2388
2389
2390
2391
2392
2393
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2388

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