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

Class: Aws::CodeStar::Types::ToolchainSource

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

Overview

Note:

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

{
  s3: { # required
    bucket_name: "BucketName",
    bucket_key: "BucketKey",
  },
}

The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3Types::S3Location

The Amazon S3 bucket where the toolchain template file provided with the project request is stored.

Returns:

  • (Types::S3Location)

    The Amazon S3 bucket where the toolchain template file provided with the project request is stored.