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

Class: Aws::CloudFormation::Types::AccountLimit

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

Overview

The AccountLimit data type.

CloudFormation has the following limits per account:

  • Number of concurrent resources

  • Number of stacks

  • Number of stack outputs

For more information about these account limits, and other CloudFormation limits, see AWS CloudFormation Limits in the AWS CloudFormation User Guide.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the account limit.

Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

Returns:

  • (String)

    The name of the account limit.

#valueInteger

The value that is associated with the account limit name.

Returns:

  • (Integer)

    The value that is associated with the account limit name.