Class: Aws::Types::ExecutionResult
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes_processed ⇒ ::Integer
Returns the value of attribute bytes_processed.
-
#bytes_written ⇒ ::Integer
Returns the value of attribute bytes_written.
-
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
-
#max_page_size ⇒ ::Integer
Returns the value of attribute max_page_size.
-
#num_parallel_processes ⇒ ::Integer
Returns the value of attribute num_parallel_processes.
-
#records_processed ⇒ ::Integer
Returns the value of attribute records_processed.
Instance Attribute Details
#bytes_processed ⇒ ::Integer
Returns the value of attribute bytes_processed.
624 625 626 |
# File 'sig/types.rbs', line 624 def bytes_processed @bytes_processed end |
#bytes_written ⇒ ::Integer
Returns the value of attribute bytes_written.
625 626 627 |
# File 'sig/types.rbs', line 625 def bytes_written @bytes_written end |
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
623 624 625 |
# File 'sig/types.rbs', line 623 def error_info @error_info end |
#max_page_size ⇒ ::Integer
Returns the value of attribute max_page_size.
628 629 630 |
# File 'sig/types.rbs', line 628 def max_page_size @max_page_size end |
#num_parallel_processes ⇒ ::Integer
Returns the value of attribute num_parallel_processes.
627 628 629 |
# File 'sig/types.rbs', line 627 def num_parallel_processes @num_parallel_processes end |
#records_processed ⇒ ::Integer
Returns the value of attribute records_processed.
626 627 628 |
# File 'sig/types.rbs', line 626 def records_processed @records_processed end |