Class: Aws::IoTAnalytics::Types::DescribeDatastoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DescribeDatastoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_name ⇒ String
The name of the data store.
-
#include_statistics ⇒ Boolean
If true, additional statistical information about the data store is included in the response.
Instance Attribute Details
#datastore_name ⇒ String
The name of the data store
1566 1567 1568 1569 1570 1571 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1566 class DescribeDatastoreRequest < Struct.new( :datastore_name, :include_statistics) SENSITIVE = [] include Aws::Structure end |
#include_statistics ⇒ Boolean
If true, additional statistical information about the data store is included in the response. This feature can’t be used with a data store whose S3 storage is customer-managed.
1566 1567 1568 1569 1570 1571 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1566 class DescribeDatastoreRequest < Struct.new( :datastore_name, :include_statistics) SENSITIVE = [] include Aws::Structure end |