Class: Aws::CodeBuild::Types::ResolvedArtifact
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ResolvedArtifact
- Defined in:
- gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
Overview
Represents a resolved build artifact. A resolved artifact is an artifact that is built and deployed to the destination, such as Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the artifact.
-
#location ⇒ String
The location of the artifact.
-
#type ⇒ String
Specifies the type of artifact.
Instance Attribute Details
#identifier ⇒ String
The identifier of the artifact.
5479 5480 5481 5482 5483 5484 5485 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5479 class ResolvedArtifact < Struct.new( :type, :location, :identifier) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location of the artifact.
5479 5480 5481 5482 5483 5484 5485 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5479 class ResolvedArtifact < Struct.new( :type, :location, :identifier) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Specifies the type of artifact.
5479 5480 5481 5482 5483 5484 5485 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5479 class ResolvedArtifact < Struct.new( :type, :location, :identifier) SENSITIVE = [] include Aws::Structure end |