Class: Aws::Types::CommandExecution

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:



308
309
310
# File 'sig/types.rbs', line 308

def command
  @command
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



306
307
308
# File 'sig/types.rbs', line 306

def end_time
  @end_time
end

#exit_code::String

Returns the value of attribute exit_code.

Returns:



310
311
312
# File 'sig/types.rbs', line 310

def exit_code
  @exit_code
end

#id::String

Returns the value of attribute id.

Returns:



302
303
304
# File 'sig/types.rbs', line 302

def id
  @id
end

#logsTypes::LogsLocation

Returns the value of attribute logs.

Returns:



313
314
315
# File 'sig/types.rbs', line 313

def logs
  @logs
end

#sandbox_arn::String

Returns the value of attribute sandbox_arn.

Returns:



314
315
316
# File 'sig/types.rbs', line 314

def sandbox_arn
  @sandbox_arn
end

#sandbox_id::String

Returns the value of attribute sandbox_id.

Returns:



303
304
305
# File 'sig/types.rbs', line 303

def sandbox_id
  @sandbox_id
end

#standard_err_content::String

Returns the value of attribute standard_err_content.

Returns:



312
313
314
# File 'sig/types.rbs', line 312

def standard_err_content
  @standard_err_content
end

#standard_output_content::String

Returns the value of attribute standard_output_content.

Returns:



311
312
313
# File 'sig/types.rbs', line 311

def standard_output_content
  @standard_output_content
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



305
306
307
# File 'sig/types.rbs', line 305

def start_time
  @start_time
end

#status::String

Returns the value of attribute status.

Returns:



307
308
309
# File 'sig/types.rbs', line 307

def status
  @status
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:



304
305
306
# File 'sig/types.rbs', line 304

def submit_time
  @submit_time
end

#type"SHELL"

Returns the value of attribute type.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def type
  @type
end