class Aws::IoTAnalytics::Types::VersioningConfiguration
Information about the versioning of dataset contents.
@note When making an API call, you may pass VersioningConfiguration
data as a hash: { unlimited: false, max_versions: 1, }
@!attribute [rw] unlimited
If true, unlimited versions of dataset contents are kept. @return [Boolean]
@!attribute [rw] max_versions
How many versions of dataset contents are kept. The `unlimited` parameter must be `false`. @return [Integer]
Constants
- SENSITIVE