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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/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 'gems/aws-sdk-iotanalytics/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 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1582

class DescribeDatastoreResponse < Struct.new(
  :datastore,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end