Class: Aws::Panorama::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The resource's ARN.

Returns:

  • (String)


2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2806

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

#tagsHash<String,String>

Tags for the resource.

Returns:

  • (Hash<String,String>)


2806
2807
2808
2809
2810
2811
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2806

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