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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


9510
9511
9512
# File 'sig/types.rbs', line 9510

def total_rows_in_dataset
  @total_rows_in_dataset
end