Class: Aws::TimestreamWrite::Types::WriteRecordsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::WriteRecordsResponse
- Defined in:
- gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#records_ingested ⇒ Types::RecordsIngested
Information on the records ingested by this request.
Instance Attribute Details
#records_ingested ⇒ Types::RecordsIngested
Information on the records ingested by this request.
1734 1735 1736 1737 1738 |
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1734 class WriteRecordsResponse < Struct.new( :records_ingested) SENSITIVE = [] include Aws::Structure end |