class Aws::Signer::Types::Source

An `S3Source` object that contains information about the S3 bucket where you saved your unsigned code.

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

data as a hash:

    {
      s3: {
        bucket_name: "BucketName", # required
        key: "Key", # required
        version: "Version", # required
      },
    }

@!attribute [rw] s3

The `S3Source` object.
@return [Types::S3Source]

@see docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/Source AWS API Documentation

Constants

SENSITIVE