ChannelStorageSummary
public struct ChannelStorageSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Used to store channel data in an S3 bucket that you manage.
Declaration
Swift
public let customerManagedS3: CustomerManagedChannelS3StorageSummary?
-
Used to store channel data in an S3 bucket managed by the AWS IoT Analytics service.
Declaration
Swift
public let serviceManagedS3: ServiceManagedChannelS3StorageSummary?
-
Undocumented
Declaration
Swift
public init(customerManagedS3: CustomerManagedChannelS3StorageSummary? = nil, serviceManagedS3: ServiceManagedChannelS3StorageSummary? = nil)