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

Class: Aws::CodePipeline::Types::S3ArtifactLocation

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

Overview

The location of the S3 bucket that contains a revision.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of the S3 bucket.

Returns:

  • (String)

    The name of the S3 bucket.

#object_keyString

The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.

Returns:

  • (String)

    The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.