Class: Aws::Types::BatchGetCommandExecutionsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCommandExecutionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_execution_ids ⇒ ::Array[::String]
Returns the value of attribute command_execution_ids.
-
#sandbox_id ⇒ ::String
Returns the value of attribute sandbox_id.
Instance Attribute Details
#command_execution_ids ⇒ ::Array[::String]
Returns the value of attribute command_execution_ids.
60 61 62 |
# File 'sig/types.rbs', line 60 def command_execution_ids @command_execution_ids end |
#sandbox_id ⇒ ::String
Returns the value of attribute sandbox_id.
59 60 61 |
# File 'sig/types.rbs', line 59 def sandbox_id @sandbox_id end |