Class: Aws::Types::BatchGetSandboxesOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSandboxesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sandboxes ⇒ ::Array[Types::Sandbox]
Returns the value of attribute sandboxes.
-
#sandboxes_not_found ⇒ ::Array[::String]
Returns the value of attribute sandboxes_not_found.
Instance Attribute Details
#sandboxes ⇒ ::Array[Types::Sandbox]
Returns the value of attribute sandboxes.
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.
121 122 123 |
# File 'sig/types.rbs', line 121 def sandboxes_not_found @sandboxes_not_found end |