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

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

Overview

Represents information about the location of an artifact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3ArtifactLocation

The S3 bucket that contains the artifact.



1173
1174
1175
1176
1177
1178
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1173

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

#typeString

The type of artifact in the location.

Returns:

  • (String)


1173
1174
1175
1176
1177
1178
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1173

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