Class: Aws::CodeStar::Types::CodeSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3Types::S3Location

Information about the Amazon S3 location where the source code files provided with the project request are stored.

Returns:



145
146
147
148
149
# File 'lib/aws-sdk-codestar/types.rb', line 145

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