Class: Aws::Types::Statistics
- Inherits:
-
Object
- Object
- Aws::Types::Statistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_number_of_objects_to_process ⇒ ::Float
Returns the value of attribute approximate_number_of_objects_to_process.
-
#number_of_runs ⇒ ::Float
Returns the value of attribute number_of_runs.
Instance Attribute Details
#approximate_number_of_objects_to_process ⇒ ::Float
Returns the value of attribute approximate_number_of_objects_to_process.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def approximate_number_of_objects_to_process @approximate_number_of_objects_to_process end |
#number_of_runs ⇒ ::Float
Returns the value of attribute number_of_runs.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def number_of_runs @number_of_runs end |