Class: Aws::IoTAnalytics::Types::DescribeDatastoreRequest

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

#datastore_nameString

The name of the data store

Returns:

  • (String)


1566
1567
1568
1569
1570
1571
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1566

class DescribeDatastoreRequest < Struct.new(
  :datastore_name,
  :include_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#include_statisticsBoolean

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.

Returns:

  • (Boolean)


1566
1567
1568
1569
1570
1571
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1566

class DescribeDatastoreRequest < Struct.new(
  :datastore_name,
  :include_statistics)
  SENSITIVE = []
  include Aws::Structure
end