Class: Aws::IoTAnalytics::Types::DatastoreIotSiteWiseMultiLayerStorageSummary

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

Overview

Contains information about the data store that you manage, which stores data used by IoT SiteWise.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_managed_s3_storageTypes::IotSiteWiseCustomerManagedDatastoreS3StorageSummary

Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.



1224
1225
1226
1227
1228
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1224

class DatastoreIotSiteWiseMultiLayerStorageSummary < Struct.new(
  :customer_managed_s3_storage)
  SENSITIVE = []
  include Aws::Structure
end