Class: Aws::IoTAnalytics::Types::DatastoreStatistics

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

Overview

Statistical information about the data store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sizeTypes::EstimatedResourceSize

The estimated size of the data store.



1266
1267
1268
1269
1270
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1266

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