class Aws::IoTSiteWise::Types::ImageFile

Contains an image file.

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

data as a hash:

    {
      data: "data", # required
      type: "PNG", # required, accepts PNG
    }

@!attribute [rw] data

The image file contents, represented as a base64-encoded string. The
file size must be less than 1 MB.
@return [String]

@!attribute [rw] type

The file type of the image.
@return [String]

Constants

SENSITIVE