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
show all
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

Instance Attribute Details

#max_versionsInteger

How many versions of dataset contents are kept. The unlimited parameter must be false.

Returns:

  • (Integer)

    How many versions of dataset contents are kept.

#unlimitedBoolean

If true, unlimited versions of dataset contents are kept.

Returns:

  • (Boolean)

    If true, unlimited versions of dataset contents are kept.