Class: Aws::LookoutforVision::Types::ImageSource

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

Overview

The source for an image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of the image.

Returns:

  • (String)


864
865
866
867
868
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 864

class ImageSource < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end