Class: Aws::Types::RowInfo
- Inherits:
-
Object
- Object
- Aws::Types::RowInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rows_dropped ⇒ ::Integer
Returns the value of attribute rows_dropped.
-
#rows_ingested ⇒ ::Integer
Returns the value of attribute rows_ingested.
-
#total_rows_in_dataset ⇒ ::Integer
Returns the value of attribute total_rows_in_dataset.
Instance Attribute Details
#rows_dropped ⇒ ::Integer
Returns the value of attribute rows_dropped.
9877 9878 9879 |
# File 'sig/types.rbs', line 9877 def rows_dropped @rows_dropped end |
#rows_ingested ⇒ ::Integer
Returns the value of attribute rows_ingested.
9876 9877 9878 |
# File 'sig/types.rbs', line 9876 def rows_ingested @rows_ingested end |
#total_rows_in_dataset ⇒ ::Integer
Returns the value of attribute total_rows_in_dataset.
9878 9879 9880 |
# File 'sig/types.rbs', line 9878 def total_rows_in_dataset @total_rows_in_dataset end |