Class: Aws::IoTAnalytics::Types::DescribeDatastoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DescribeDatastoreResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1582 class DescribeDatastoreResponse < Struct.new( :datastore, :statistics) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::DatastoreStatistics
Additional statistical information about the data store. Included if the ‘includeStatistics` parameter is set to `true` in the request.
1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1582 class DescribeDatastoreResponse < Struct.new( :datastore, :statistics) SENSITIVE = [] include Aws::Structure end |