class Aws::LookoutEquipment::Types::LabelsS3InputConfiguration

The location information (prefix and bucket name) for the s3 location being used for label data.

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

data as a hash:

    {
      bucket: "S3Bucket", # required
      prefix: "S3Prefix",
    }

@!attribute [rw] bucket

The name of the S3 bucket holding the label data.
@return [String]

@!attribute [rw] prefix

The prefix for the S3 bucket used for the label data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/LabelsS3InputConfiguration AWS API Documentation

Constants

SENSITIVE