Class: Aws::CodeBuild::Types::ResolvedArtifact

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#identifierString

The identifier of the artifact.

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
5099
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5093

class ResolvedArtifact < Struct.new(
  :type,
  :location,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The location of the artifact.

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
5099
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5093

class ResolvedArtifact < Struct.new(
  :type,
  :location,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Specifies the type of artifact.

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
5099
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 5093

class ResolvedArtifact < Struct.new(
  :type,
  :location,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end