Class: Aws::Schemas::Types::TagResourceRequest

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

#resource_arnString

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1687

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

#tagsHash<String,String>

Key-value pairs associated with a resource.

Returns:

  • (Hash<String,String>)


1687
1688
1689
1690
1691
1692
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1687

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