Class: Aws::LookoutforVision::Types::InputS3Object

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

Instance Attribute Details

#bucketString

The Amazon S3 bucket that contains the manifest.

Returns:

  • (String)


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

#keyString

The name and location of the manifest file withiin the bucket.

Returns:

  • (String)


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_idString

The version ID of the bucket.

Returns:

  • (String)


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