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

Class: Aws::Signer::Types::S3Source

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

Overview

Note:

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

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

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

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 of the bucket object that contains your unsigned code.

Returns:

  • (String)

    Key name of the bucket object that contains your unsigned code.

#versionString

Version of your source image in your version enabled S3 bucket.

Returns:

  • (String)

    Version of your source image in your version enabled S3 bucket.