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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/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)


2266
2267
2268
2269
2270
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2266

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