Class: Aws::IoTAnalytics::Types::DatastoreStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DatastoreStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
Statistical information about the data store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#size ⇒ Types::EstimatedResourceSize
The estimated size of the data store.
Instance Attribute Details
#size ⇒ Types::EstimatedResourceSize
The estimated size of the data store.
1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1266 class DatastoreStatistics < Struct.new( :size) SENSITIVE = [] include Aws::Structure end |