class Aws::Panorama::Types::CreatePackageRequest

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

data as a hash:

    {
      package_name: "NodePackageName", # required
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] package_name

A name for the package.
@return [String]

@!attribute [rw] tags

Tags for the package.
@return [Hash<String,String>]

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

Constants

SENSITIVE