Class: Aws::TimestreamWrite::Types::WriteRecordsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#records_ingestedTypes::RecordsIngested

Information on the records ingested by this request.



1736
1737
1738
1739
1740
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1736

class WriteRecordsResponse < Struct.new(
  :records_ingested)
  SENSITIVE = []
  include Aws::Structure
end