Class: Aws::IoTAnalytics::Types::DescribeDatastoreResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotanalytics/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastoreTypes::Datastore

Information about the data store.

Returns:



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

#statisticsTypes::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