Class: Aws::IoT::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource.

Returns:

  • (String)


14382
14383
14384
14385
14386
14387
# File 'lib/aws-sdk-iot/types.rb', line 14382

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

#tagsArray<Types::Tag>

The new or modified tags for the resource.

Returns:



14382
14383
14384
14385
14386
14387
# File 'lib/aws-sdk-iot/types.rb', line 14382

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