class Aws::IoTSiteWise::Types::Image

Contains an image that is one of the following:

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

data as a hash:

    {
      id: "ID",
      file: {
        data: "data", # required
        type: "PNG", # required, accepts PNG
      },
    }

@!attribute [rw] id

The ID of an existing image. Specify this parameter to keep an
existing image.
@return [String]

@!attribute [rw] file

Contains an image file.
@return [Types::ImageFile]

Constants

SENSITIVE