Class: Aws::IoTSiteWise::Types::ImageLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ImageLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains an image that is uploaded to IoT SiteWise and available at a URL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the image.
-
#url ⇒ String
The URL where the image is available.
Instance Attribute Details
#id ⇒ String
The ID of the image.
6467 6468 6469 6470 6471 6472 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6467 class ImageLocation < Struct.new( :id, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image
6467 6468 6469 6470 6471 6472 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6467 class ImageLocation < Struct.new( :id, :url) SENSITIVE = [] include Aws::Structure end |