class Aws::Panorama::Types::JobResourceTags

Tags for a job.

@note When making an API call, you may pass JobResourceTags

data as a hash:

    {
      resource_type: "PACKAGE", # required, accepts PACKAGE
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] resource_type

The job's type.
@return [String]

@!attribute [rw] tags

The job's tags.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/JobResourceTags AWS API Documentation

Constants

SENSITIVE