Class: Aws::IoTAnalytics::Types::DatastoreStorageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DatastoreStorageSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
Contains information about your data store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_managed_s3 ⇒ Types::CustomerManagedDatastoreS3StorageSummary
Used to store data in an Amazon S3 bucket managed by IoT Analytics.
-
#iot_site_wise_multi_layer_storage ⇒ Types::DatastoreIotSiteWiseMultiLayerStorageSummary
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
-
#service_managed_s3 ⇒ Types::ServiceManagedDatastoreS3StorageSummary
Used to store data in an Amazon S3 bucket managed by IoT Analytics.
Instance Attribute Details
#customer_managed_s3 ⇒ Types::CustomerManagedDatastoreS3StorageSummary
Used to store data in an Amazon S3 bucket managed by IoT Analytics.
1319 1320 1321 1322 1323 1324 1325 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1319 class DatastoreStorageSummary < Struct.new( :service_managed_s3, :customer_managed_s3, :iot_site_wise_multi_layer_storage) SENSITIVE = [] include Aws::Structure end |
#iot_site_wise_multi_layer_storage ⇒ Types::DatastoreIotSiteWiseMultiLayerStorageSummary
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
1319 1320 1321 1322 1323 1324 1325 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1319 class DatastoreStorageSummary < Struct.new( :service_managed_s3, :customer_managed_s3, :iot_site_wise_multi_layer_storage) SENSITIVE = [] include Aws::Structure end |
#service_managed_s3 ⇒ Types::ServiceManagedDatastoreS3StorageSummary
Used to store data in an Amazon S3 bucket managed by IoT Analytics.
1319 1320 1321 1322 1323 1324 1325 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1319 class DatastoreStorageSummary < Struct.new( :service_managed_s3, :customer_managed_s3, :iot_site_wise_multi_layer_storage) SENSITIVE = [] include Aws::Structure end |