Class: Aws::Types::ExecutionResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_processed::Integer

Returns the value of attribute bytes_processed.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


625
626
627
# File 'sig/types.rbs', line 625

def bytes_written
  @bytes_written
end

#error_infoTypes::ErrorInfo

Returns the value of attribute error_info.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


626
627
628
# File 'sig/types.rbs', line 626

def records_processed
  @records_processed
end