class Aws::CodeStar::Types::S3Location

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

@note When making an API call, you may pass S3Location

data as a hash:

    {
      bucket_name: "BucketName",
      bucket_key: "BucketKey",
    }

@!attribute [rw] bucket_name

The Amazon S3 bucket name where the source code files provided with
the project request are stored.
@return [String]

@!attribute [rw] bucket_key

The Amazon S3 object key where the source code files provided with
the project request are stored.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codestar-2017-04-19/S3Location AWS API Documentation

Constants

SENSITIVE