Class: Aws::Greengrass::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Returns:

  • (String)


4403
4404
4405
4406
4407
4408
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4403

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

#tagsHash<String,String>

The key-value pair for the resource tag.

Returns:

  • (Hash<String,String>)


4403
4404
4405
4406
4407
4408
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4403

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