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

Class: Aws::CodeStar::Types::S3Location

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

Overview

Note:

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

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_keyString

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

Returns:

  • (String)

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

#bucket_nameString

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

Returns:

  • (String)

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