Inventory Destination Bucket
data class InventoryDestinationBucket(val accountId: String? = null, val bucketArn: String, val encryption: InventoryDestinationBucketEncryption? = null, val format: String, val prefix: String? = null)
Constructors
Link copied to clipboard
constructor(accountId: String? = null, bucketArn: String, encryption: InventoryDestinationBucketEncryption? = null, format: String, prefix: String? = null)