Class: Aws::Types::RowInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#rows_dropped::Integer

Returns the value of attribute rows_dropped.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


9878
9879
9880
# File 'sig/types.rbs', line 9878

def total_rows_in_dataset
  @total_rows_in_dataset
end