Class: Aws::Types::BatchLoadProgressReport
- Inherits:
-
Object
- Object
- Aws::Types::BatchLoadProgressReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes_metered ⇒ ::Integer
Returns the value of attribute bytes_metered.
-
#file_failures ⇒ ::Integer
Returns the value of attribute file_failures.
-
#parse_failures ⇒ ::Integer
Returns the value of attribute parse_failures.
-
#record_ingestion_failures ⇒ ::Integer
Returns the value of attribute record_ingestion_failures.
-
#records_ingested ⇒ ::Integer
Returns the value of attribute records_ingested.
-
#records_processed ⇒ ::Integer
Returns the value of attribute records_processed.
Instance Attribute Details
#bytes_metered ⇒ ::Integer
Returns the value of attribute bytes_metered.
22 23 24 |
# File 'sig/types.rbs', line 22 def bytes_metered @bytes_metered end |
#file_failures ⇒ ::Integer
Returns the value of attribute file_failures.
21 22 23 |
# File 'sig/types.rbs', line 21 def file_failures @file_failures end |
#parse_failures ⇒ ::Integer
Returns the value of attribute parse_failures.
19 20 21 |
# File 'sig/types.rbs', line 19 def parse_failures @parse_failures end |
#record_ingestion_failures ⇒ ::Integer
Returns the value of attribute record_ingestion_failures.
20 21 22 |
# File 'sig/types.rbs', line 20 def record_ingestion_failures @record_ingestion_failures end |
#records_ingested ⇒ ::Integer
Returns the value of attribute records_ingested.
18 19 20 |
# File 'sig/types.rbs', line 18 def records_ingested @records_ingested end |
#records_processed ⇒ ::Integer
Returns the value of attribute records_processed.
17 18 19 |
# File 'sig/types.rbs', line 17 def records_processed @records_processed end |