class Aws::Signer::Types::Destination

Points to an `S3Destination` object that contains information about your S3 bucket.

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

data as a hash:

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

@!attribute [rw] s3

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

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

Constants

SENSITIVE