Class: Aws::CodePipeline::Types::ArtifactLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ArtifactLocation
- Defined in:
- gems/aws-sdk-codepipeline/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.
1205 1206 1207 1208 1209 1210 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1205 class ArtifactLocation < Struct.new( :type, :s3_location) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of artifact in the location.
1205 1206 1207 1208 1209 1210 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1205 class ArtifactLocation < Struct.new( :type, :s3_location) SENSITIVE = [] include Aws::Structure end |