Class: Aws::CodePipeline::Types::ArtifactDetail

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

Overview

Artifact details for the action execution, such as the artifact location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The artifact object name for the action execution.

Returns:

  • (String)


1155
1156
1157
1158
1159
1160
# File 'lib/aws-sdk-codepipeline/types.rb', line 1155

class ArtifactDetail < Struct.new(
  :name,
  :s3location)
  SENSITIVE = []
  include Aws::Structure
end

#s3locationTypes::S3Location

The Amazon S3 artifact location for the action execution.

Returns:



1155
1156
1157
1158
1159
1160
# File 'lib/aws-sdk-codepipeline/types.rb', line 1155

class ArtifactDetail < Struct.new(
  :name,
  :s3location)
  SENSITIVE = []
  include Aws::Structure
end