ListBucketInventoryConfigurationsOutput constructor
ListBucketInventoryConfigurationsOutput({
- String? continuationToken,
- List<
InventoryConfiguration> ? inventoryConfigurationList, - bool? isTruncated,
- String? nextContinuationToken,
Implementation
ListBucketInventoryConfigurationsOutput({
this.continuationToken,
this.inventoryConfigurationList,
this.isTruncated,
this.nextContinuationToken,
});