Class: Aws::RoboMaker::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are tagging.

Returns:

  • (String)


5253
5254
5255
5256
5257
5258
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5253

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

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the resource.

Returns:

  • (Hash<String,String>)


5253
5254
5255
5256
5257
5258
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5253

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