Class: Aws::LookoutforVision::Types::ImageSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::ImageSource
- 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
-
#type ⇒ String
The type of the image.
Instance Attribute Details
#type ⇒ String
The type of the image.
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 |