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

Class: Aws::Signer::Types::S3SignedObject

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

Overview

The S3 bucket name and key where code signing saved your signed code image.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

Name of the S3 bucket.

Returns:

  • (String)

    Name of the S3 bucket.

#keyString

Key name that uniquely identifies a signed code image in your bucket.

Returns:

  • (String)

    Key name that uniquely identifies a signed code image in your bucket.