Class: Aws::LookoutforVision::Types::InputS3Object
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::InputS3Object
- Defined in:
- gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb
Overview
Amazon S3 Location information for an input manifest file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The Amazon S3 bucket that contains the manifest.
-
#key ⇒ String
The name and location of the manifest file withiin the bucket.
-
#version_id ⇒ String
The version ID of the bucket.
Instance Attribute Details
#bucket ⇒ String
The Amazon S3 bucket that contains the manifest.
886 887 888 889 890 891 892 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 886 class InputS3Object < Struct.new( :bucket, :key, :version_id) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The name and location of the manifest file withiin the bucket.
886 887 888 889 890 891 892 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 886 class InputS3Object < Struct.new( :bucket, :key, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The version ID of the bucket.
886 887 888 889 890 891 892 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 886 class InputS3Object < Struct.new( :bucket, :key, :version_id) SENSITIVE = [] include Aws::Structure end |