Class: Aws::Types::StartCommandExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::StartCommandExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::String
Returns the value of attribute command.
-
#sandbox_id ⇒ ::String
Returns the value of attribute sandbox_id.
-
#type ⇒ "SHELL"
Returns the value of attribute type.
Instance Attribute Details
#command ⇒ ::String
Returns the value of attribute command.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def command @command end |
#sandbox_id ⇒ ::String
Returns the value of attribute sandbox_id.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def sandbox_id @sandbox_id end |
#type ⇒ "SHELL"
Returns the value of attribute type.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def type @type end |