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

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

Overview

The input for the DescribeAccountLimits action.

Constant Summary collapse

SENSITIVE =
[]

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)


2277
2278
2279
2280
2281
# File 'lib/aws-sdk-cloudformation/types.rb', line 2277

class DescribeAccountLimitsInput < Struct.new(
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end