Class: Aws::Schemas::Types::TagResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Tags associated with the resource.

Returns:

  • (Hash<String,String>)


1672
1673
1674
1675
1676
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1672

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