Class: Aws::CodeBuild::Types::BatchGetBuildBatchesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#build_batchesArray<Types::BuildBatch>

An array of BuildBatch objects that represent the retrieved batch builds.

Returns:



73
74
75
76
77
78
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 73

class BatchGetBuildBatchesOutput < Struct.new(
  :build_batches,
  :build_batches_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#build_batches_not_foundArray<String>

An array that contains the identifiers of any batch builds that are not found.

Returns:

  • (Array<String>)


73
74
75
76
77
78
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 73

class BatchGetBuildBatchesOutput < Struct.new(
  :build_batches,
  :build_batches_not_found)
  SENSITIVE = []
  include Aws::Structure
end