Class: Aws::Types::BatchGetSandboxesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sandboxes::Array[Types::Sandbox]

Returns the value of attribute sandboxes.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def sandboxes
  @sandboxes
end

#sandboxes_not_found::Array[::String]

Returns the value of attribute sandboxes_not_found.

Returns:

  • (::Array[::String])


121
122
123
# File 'sig/types.rbs', line 121

def sandboxes_not_found
  @sandboxes_not_found
end