You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTAnalytics::Types::DescribeDatastoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DescribeDatastoreResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#datastore ⇒ Types::Datastore
Information about the data store.
-
#statistics ⇒ Types::DatastoreStatistics
Additional statistical information about the data store.
Instance Attribute Details
#datastore ⇒ Types::Datastore
Information about the data store.
#statistics ⇒ Types::DatastoreStatistics
Additional statistical information about the data store. Included if the
includeStatistics
parameter is set to true
in the request.