Class: Aws::Types::BatchGetBuildsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#builds::Array[Types::Build]

Returns the value of attribute builds.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def builds
  @builds
end

#builds_not_found::Array[::String]

Returns the value of attribute builds_not_found.

Returns:

  • (::Array[::String])


54
55
56
# File 'sig/types.rbs', line 54

def builds_not_found
  @builds_not_found
end