Class: Aws::CodePipeline::Types::ArtifactDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ArtifactDetail
- 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
-
#name ⇒ String
The artifact object name for the action execution.
-
#s3location ⇒ Types::S3Location
The Amazon S3 artifact location for the action execution.
Instance Attribute Details
#name ⇒ String
The artifact object name for the action execution.
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 |
#s3location ⇒ Types::S3Location
The Amazon S3 artifact location for the action execution.
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 |