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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3ArtifactLocation

The S3 bucket that contains the artifact.



1141
1142
1143
1144
1145
1146
# File 'lib/aws-sdk-codepipeline/types.rb', line 1141

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

#typeString

The type of artifact in the location.

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
# File 'lib/aws-sdk-codepipeline/types.rb', line 1141

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