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.
9509 9510 9511 |
# File 'sig/types.rbs', line 9509 def rows_dropped @rows_dropped end |
#rows_ingested ⇒ ::Integer
Returns the value of attribute rows_ingested.
9508 9509 9510 |
# File 'sig/types.rbs', line 9508 def rows_ingested @rows_ingested end |
#total_rows_in_dataset ⇒ ::Integer
Returns the value of attribute total_rows_in_dataset.
9510 9511 9512 |
# File 'sig/types.rbs', line 9510 def total_rows_in_dataset @total_rows_in_dataset end |