You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTAnalytics::Types::VersioningConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::VersioningConfiguration
- Defined in:
- (unknown)
Overview
Note:
When passing VersioningConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
unlimited: false,
max_versions: 1,
}
Information about the versioning of dataset contents.
Returned by:
Instance Attribute Summary collapse
-
#max_versions ⇒ Integer
How many versions of dataset contents are kept.
-
#unlimited ⇒ Boolean
If true, unlimited versions of dataset contents are kept.
Instance Attribute Details
#max_versions ⇒ Integer
How many versions of dataset contents are kept. The unlimited
parameter must be false
.
#unlimited ⇒ Boolean
If true, unlimited versions of dataset contents are kept.