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

Class: Aws::CloudFormation::Types::DescribeAccountLimitsOutput

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

Overview

The output for the DescribeAccountLimits action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_limitsArray<Types::AccountLimit>

An account limit structure that contain a list of AWS CloudFormation account limits and their values.

Returns:

  • (Array<Types::AccountLimit>)

    An account limit structure that contain a list of AWS CloudFormation account limits and their values.

#next_tokenString

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

Returns:

  • (String)

    If the output exceeds 1 MB in size, a string that identifies the next page of limits.