You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectoryService::Types::SnapshotLimits

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains manual snapshot limit information for a directory.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#manual_snapshots_current_countInteger

The current number of manual snapshots of the directory.

Returns:

  • (Integer)

    The current number of manual snapshots of the directory.

#manual_snapshots_limitInteger

The maximum number of manual snapshots allowed.

Returns:

  • (Integer)

    The maximum number of manual snapshots allowed.

#manual_snapshots_limit_reachedBoolean

Indicates if the manual snapshot limit has been reached.

Returns:

  • (Boolean)

    Indicates if the manual snapshot limit has been reached.