Class: Aws::Types::CommandExecution
- Inherits:
-
Object
- Object
- Aws::Types::CommandExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::String
Returns the value of attribute command.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#exit_code ⇒ ::String
Returns the value of attribute exit_code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#logs ⇒ Types::LogsLocation
Returns the value of attribute logs.
-
#sandbox_arn ⇒ ::String
Returns the value of attribute sandbox_arn.
-
#sandbox_id ⇒ ::String
Returns the value of attribute sandbox_id.
-
#standard_err_content ⇒ ::String
Returns the value of attribute standard_err_content.
-
#standard_output_content ⇒ ::String
Returns the value of attribute standard_output_content.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
-
#type ⇒ "SHELL"
Returns the value of attribute type.
Instance Attribute Details
#command ⇒ ::String
Returns the value of attribute command.
308 309 310 |
# File 'sig/types.rbs', line 308 def command @command end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
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.
310 311 312 |
# File 'sig/types.rbs', line 310 def exit_code @exit_code end |
#id ⇒ ::String
Returns the value of attribute id.
302 303 304 |
# File 'sig/types.rbs', line 302 def id @id end |
#logs ⇒ Types::LogsLocation
Returns the value of attribute logs.
313 314 315 |
# File 'sig/types.rbs', line 313 def logs @logs end |
#sandbox_arn ⇒ ::String
Returns the value of attribute sandbox_arn.
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.
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.
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.
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.
305 306 307 |
# File 'sig/types.rbs', line 305 def start_time @start_time end |
#status ⇒ ::String
Returns the value of attribute status.
307 308 309 |
# File 'sig/types.rbs', line 307 def status @status end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
304 305 306 |
# File 'sig/types.rbs', line 304 def submit_time @submit_time end |
#type ⇒ "SHELL"
Returns the value of attribute type.
309 310 311 |
# File 'sig/types.rbs', line 309 def type @type end |