Class: Aws::Tnb::Types::TagResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Resource ARN.

Returns:

  • (String)


2024
2025
2026
2027
2028
2029
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2024

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

#tagsHash<String,String>

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

Returns:

  • (Hash<String,String>)


2024
2025
2026
2027
2028
2029
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2024

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