Class: Aws::CodePipeline::Types::ArtifactLocation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Represents information about the location of an artifact.

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3ArtifactLocation

The Amazon S3 bucket that contains the artifact.



655
656
657
658
659
# File 'lib/aws-sdk-codepipeline/types.rb', line 655

class ArtifactLocation < Struct.new(
  :type,
  :s3_location)
  include Aws::Structure
end

#typeString

The type of artifact in the location.

Returns:

  • (String)


655
656
657
658
659
# File 'lib/aws-sdk-codepipeline/types.rb', line 655

class ArtifactLocation < Struct.new(
  :type,
  :s3_location)
  include Aws::Structure
end