Class: Aws::QuickSight::Types::RowInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Information about rows for a data set SPICE ingestion.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rows_droppedInteger

The number of rows that were not ingested.

Returns:

  • (Integer)


23980
23981
23982
23983
23984
23985
23986
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23980

class RowInfo < Struct.new(
  :rows_ingested,
  :rows_dropped,
  :total_rows_in_dataset)
  SENSITIVE = []
  include Aws::Structure
end

#rows_ingestedInteger

The number of rows that were ingested.

Returns:

  • (Integer)


23980
23981
23982
23983
23984
23985
23986
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23980

class RowInfo < Struct.new(
  :rows_ingested,
  :rows_dropped,
  :total_rows_in_dataset)
  SENSITIVE = []
  include Aws::Structure
end

#total_rows_in_datasetInteger

The total number of rows in the dataset.

Returns:

  • (Integer)


23980
23981
23982
23983
23984
23985
23986
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23980

class RowInfo < Struct.new(
  :rows_ingested,
  :rows_dropped,
  :total_rows_in_dataset)
  SENSITIVE = []
  include Aws::Structure
end