You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Signer::Types::S3Destination

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3Destination as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

Name of the S3 bucket.

Returns:

  • (String)

    Name of the S3 bucket.

#prefixString

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

Returns:

  • (String)

    An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.