class Aws::Signer::Types::S3Destination

The name and prefix of the S3 bucket where code signing saves your signed objects.

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

data as a hash:

    {
      bucket_name: "BucketName",
      prefix: "Prefix",
    }

@!attribute [rw] bucket_name

Name of the S3 bucket.
@return [String]

@!attribute [rw] prefix

An Amazon S3 prefix that you can use to limit responses to those
that begin with the specified prefix.
@return [String]

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

Constants

SENSITIVE