Class: Aws::Types::StartCommandExecutionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#command::String

Returns the value of attribute command.

Returns:



1321
1322
1323
# File 'sig/types.rbs', line 1321

def command
  @command
end

#sandbox_id::String

Returns the value of attribute sandbox_id.

Returns:



1320
1321
1322
# File 'sig/types.rbs', line 1320

def sandbox_id
  @sandbox_id
end

#type"SHELL"

Returns the value of attribute type.

Returns:



1322
1323
1324
# File 'sig/types.rbs', line 1322

def type
  @type
end