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

Class: Aws::DirectoryService::Types::DirectoryLimits

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

Overview

Contains directory limit information for a Region.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_only_directories_current_countInteger

The current number of cloud directories in the Region.

Returns:

  • (Integer)

    The current number of cloud directories in the Region.

#cloud_only_directories_limitInteger

The maximum number of cloud directories allowed in the Region.

Returns:

  • (Integer)

    The maximum number of cloud directories allowed in the Region.

#cloud_only_directories_limit_reachedBoolean

Indicates if the cloud directory limit has been reached.

Returns:

  • (Boolean)

    Indicates if the cloud directory limit has been reached.

#cloud_only_microsoft_ad_current_countInteger

The current number of AWS Managed Microsoft AD directories in the region.

Returns:

  • (Integer)

    The current number of AWS Managed Microsoft AD directories in the region.

#cloud_only_microsoft_ad_limitInteger

The maximum number of AWS Managed Microsoft AD directories allowed in the region.

Returns:

  • (Integer)

    The maximum number of AWS Managed Microsoft AD directories allowed in the region.

#cloud_only_microsoft_ad_limit_reachedBoolean

Indicates if the AWS Managed Microsoft AD directory limit has been reached.

Returns:

  • (Boolean)

    Indicates if the AWS Managed Microsoft AD directory limit has been reached.

#connected_directories_current_countInteger

The current number of connected directories in the Region.

Returns:

  • (Integer)

    The current number of connected directories in the Region.

#connected_directories_limitInteger

The maximum number of connected directories allowed in the Region.

Returns:

  • (Integer)

    The maximum number of connected directories allowed in the Region.

#connected_directories_limit_reachedBoolean

Indicates if the connected directory limit has been reached.

Returns:

  • (Boolean)

    Indicates if the connected directory limit has been reached.