Class: Aws::CodeStar::Types::ToolchainSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::ToolchainSource
- 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
-
#s3 ⇒ Types::S3Location
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
Instance Attribute Details
#s3 ⇒ Types::S3Location
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
1015 1016 1017 1018 1019 |
# File 'lib/aws-sdk-codestar/types.rb', line 1015 class ToolchainSource < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |