Class: Aws::IoTSiteWise::Types::Image

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fileTypes::ImageFile

Contains an image file.

Returns:



5911
5912
5913
5914
5915
5916
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5911

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

#idString

The ID of an existing image. Specify this parameter to keep an existing image.

Returns:

  • (String)


5911
5912
5913
5914
5915
5916
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5911

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