class Aws::Transfer::Types::S3InputFileLocation

Specifies the details for the S3 file being copied.

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

data as a hash:

    {
      bucket: "S3Bucket",
      key: "S3Key",
    }

@!attribute [rw] bucket

Specifies the S3 bucket that contains the file being copied.
@return [String]

@!attribute [rw] key

The name assigned to the file when it was created in S3. You use the
object key to retrieve the object.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/S3InputFileLocation AWS API Documentation

Constants

SENSITIVE