Class: Aws::CodePipeline::Types::ArtifactLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ArtifactLocation
- 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
-
#s3_location ⇒ Types::S3ArtifactLocation
The S3 bucket that contains the artifact.
-
#type ⇒ String
The type of artifact in the location.
Instance Attribute Details
#s3_location ⇒ Types::S3ArtifactLocation
The S3 bucket that contains the artifact.
1173 1174 1175 1176 1177 1178 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1173 class ArtifactLocation < Struct.new( :type, :s3_location) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of artifact in the location.
1173 1174 1175 1176 1177 1178 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1173 class ArtifactLocation < Struct.new( :type, :s3_location) SENSITIVE = [] include Aws::Structure end |