Class: Aws::IoTSiteWise::Types::ImageLocation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The ID of the image.

Returns:

  • (String)


5948
5949
5950
5951
5952
5953
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5948

class ImageLocation < Struct.new(
  :id,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image

Returns:

  • (String)


5948
5949
5950
5951
5952
5953
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5948

class ImageLocation < Struct.new(
  :id,
  :url)
  SENSITIVE = []
  include Aws::Structure
end