Class: Aws::TimestreamWrite::Types::RecordsIngested

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

Overview

Information on the records ingested by this request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#magnetic_storeInteger

Count of records ingested into the magnetic store.

Returns:

  • (Integer)


1177
1178
1179
1180
1181
1182
1183
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1177

class RecordsIngested < Struct.new(
  :total,
  :memory_store,
  :magnetic_store)
  SENSITIVE = []
  include Aws::Structure
end

#memory_storeInteger

Count of records ingested into the memory store.

Returns:

  • (Integer)


1177
1178
1179
1180
1181
1182
1183
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1177

class RecordsIngested < Struct.new(
  :total,
  :memory_store,
  :magnetic_store)
  SENSITIVE = []
  include Aws::Structure
end

#totalInteger

Total count of successfully ingested records.

Returns:

  • (Integer)


1177
1178
1179
1180
1181
1182
1183
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1177

class RecordsIngested < Struct.new(
  :total,
  :memory_store,
  :magnetic_store)
  SENSITIVE = []
  include Aws::Structure
end