Class: Aws::IoTAnalytics::Types::ChannelStorageSummary

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

Overview

Where channel data is stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_managed_s3Types::CustomerManagedChannelS3StorageSummary

Used to store channel data in an S3 bucket that you manage.



278
279
280
281
282
283
# File 'gems/aws-sdk-iotanalytics/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_s3Types::ServiceManagedChannelS3StorageSummary

Used to store channel data in an S3 bucket managed by IoT Analytics.



278
279
280
281
282
283
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 278

class ChannelStorageSummary < Struct.new(
  :service_managed_s3,
  :customer_managed_s3)
  SENSITIVE = []
  include Aws::Structure
end