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)


2236
2237
2238
2239
2240
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2236

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