Class: Aws::IoTSiteWise::Types::ImageLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ImageLocation
- Defined in:
- gems/aws-sdk-iotsitewise/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.
6518 6519 6520 6521 6522 6523 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6518 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
6518 6519 6520 6521 6522 6523 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6518 class ImageLocation < Struct.new( :id, :url) SENSITIVE = [] include Aws::Structure end |