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

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

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

Overview

Note:

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

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

The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.

Returned by:

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:

  • (Types::S3Location)

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