Class: Aws::CodePipeline::Types::ArtifactDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ArtifactDetail
- Defined in:
- gems/aws-sdk-codepipeline/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.
1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1167 class ArtifactDetail < Struct.new( :name, :s3location) SENSITIVE = [] include Aws::Structure end |
#s3location ⇒ Types::S3Location
The Amazon S3 artifact location for the action execution.
1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1167 class ArtifactDetail < Struct.new( :name, :s3location) SENSITIVE = [] include Aws::Structure end |