class Aws::IoTSiteWise::Types::Image
Contains an image that is one of the following:
-
An image file. Choose this option to upload a new image.
-
The ID of an existing image. Choose this option to keep an existing image.
@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