class Aws::Signer::Types::S3Source

Information about the S3 bucket where you saved your unsigned code.

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

data as a hash:

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

@!attribute [rw] bucket_name

Name of the S3 bucket.
@return [String]

@!attribute [rw] key

Key name of the bucket object that contains your unsigned code.
@return [String]

@!attribute [rw] version

Version of your source image in your version enabled S3 bucket.
@return [String]

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

Constants

SENSITIVE