Class: Aws::Panorama::Types::JobResourceTags

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

Overview

Tags for a job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_typeString

The job's type.

Returns:

  • (String)


1420
1421
1422
1423
1424
1425
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1420

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

#tagsHash<String,String>

The job's tags.

Returns:

  • (Hash<String,String>)


1420
1421
1422
1423
1424
1425
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1420

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