Class: Aws::Types::BatchGetBuildBatchesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#build_batches::Array[Types::BuildBatch]

Returns the value of attribute build_batches.

Returns:



42
43
44
# File 'sig/types.rbs', line 42

def build_batches
  @build_batches
end

#build_batches_not_found::Array[::String]

Returns the value of attribute build_batches_not_found.

Returns:

  • (::Array[::String])


43
44
45
# File 'sig/types.rbs', line 43

def build_batches_not_found
  @build_batches_not_found
end