Class: Aws::ControlTower::Types::TagResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource to be tagged.

Returns:

  • (String)


1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1348

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

#tagsHash<String,String>

Tags to be applied to the resource.

Returns:

  • (Hash<String,String>)


1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1348

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