class Aws::LookoutforVision::Types::InputS3Object

Amazon S3 Location information for an input manifest file.

@note When making an API call, you may pass InputS3Object

data as a hash:

    {
      bucket: "S3BucketName", # required
      key: "S3ObjectKey", # required
      version_id: "S3ObjectVersion",
    }

@!attribute [rw] bucket

The Amazon S3 bucket that contains the manifest.
@return [String]

@!attribute [rw] key

The name and location of the manifest file withiin the bucket.
@return [String]

@!attribute [rw] version_id

The version ID of the bucket.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lookoutvision-2020-11-20/InputS3Object AWS API Documentation

Constants

SENSITIVE