Class: Aws::CodeStar::Types::CodeSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::CodeSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3 ⇒ Types::S3Location
Information about the Amazon S3 location where the source code files provided with the project request are stored.
Instance Attribute Details
#s3 ⇒ Types::S3Location
Information about the Amazon S3 location where the source code files provided with the project request are stored.
145 146 147 148 149 |
# File 'lib/aws-sdk-codestar/types.rb', line 145 class CodeSource < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |