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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestar/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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:



1015
1016
1017
1018
1019
# File 'lib/aws-sdk-codestar/types.rb', line 1015

class ToolchainSource < Struct.new(
  :s3)
  SENSITIVE = []
  include Aws::Structure
end