Class: Aws::CloudFormation::Types::DescribeAccountLimitsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Note:

When making an API call, you may pass DescribeAccountLimitsInput data as a hash:

{
  next_token: "NextToken",
}

The input for the DescribeAccountLimits action.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A string that identifies the next page of limits that you want to retrieve.

Returns:

  • (String)


1566
1567
1568
1569
# File 'lib/aws-sdk-cloudformation/types.rb', line 1566

class DescribeAccountLimitsInput < Struct.new(
  :next_token)
  include Aws::Structure
end