You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTAnalytics::Types::DatastoreSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DatastoreSummary
- Defined in:
- (unknown)
Overview
A summary of information about a data store.
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the data store was created.
-
#datastore_name ⇒ String
The name of the data store.
-
#datastore_storage ⇒ Types::DatastoreStorageSummary
Where data store data is stored.
-
#last_message_arrival_time ⇒ Time
The last time when a new message arrived in the data store.
-
#last_update_time ⇒ Time
The last time the data store was updated.
-
#status ⇒ String
The status of the data store.
Instance Attribute Details
#creation_time ⇒ Time
When the data store was created.
#datastore_name ⇒ String
The name of the data store.
#datastore_storage ⇒ Types::DatastoreStorageSummary
Where data store data is stored.
#last_message_arrival_time ⇒ Time
The last time when a new message arrived in the data store.
AWS IoT Analytics updates this value at most once per minute for one
data store. Hence, the lastMessageArrivalTime
value is an
approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
#last_update_time ⇒ Time
The last time the data store was updated.
#status ⇒ String
The status of the data store.
Possible values:
- CREATING
- ACTIVE
- DELETING