Class: Aws::IoTAnalytics::Types::ChannelStorageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ChannelStorageSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
Where channel data is stored.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_managed_s3 ⇒ Types::CustomerManagedChannelS3StorageSummary
Used to store channel data in an S3 bucket that you manage.
-
#service_managed_s3 ⇒ Types::ServiceManagedChannelS3StorageSummary
Used to store channel data in an S3 bucket managed by IoT Analytics.
Instance Attribute Details
#customer_managed_s3 ⇒ Types::CustomerManagedChannelS3StorageSummary
Used to store channel data in an S3 bucket that you manage.
278 279 280 281 282 283 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 278 class ChannelStorageSummary < Struct.new( :service_managed_s3, :customer_managed_s3) SENSITIVE = [] include Aws::Structure end |
#service_managed_s3 ⇒ Types::ServiceManagedChannelS3StorageSummary
Used to store channel data in an S3 bucket managed by IoT Analytics.
278 279 280 281 282 283 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 278 class ChannelStorageSummary < Struct.new( :service_managed_s3, :customer_managed_s3) SENSITIVE = [] include Aws::Structure end |