Class: Aws::IoTAnalytics::Types::DatastoreIotSiteWiseMultiLayerStorage

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

Overview

Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. You can't change the choice of Amazon S3 storage after your data store is created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_managed_s3_storageTypes::IotSiteWiseCustomerManagedDatastoreS3Storage

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



1210
1211
1212
1213
1214
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1210

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