Class: Aws::CloudFormation::Types::DescribeAccountLimitsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeAccountLimitsInput
- 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
-
#next_token ⇒ String
A string that identifies the next page of limits that you want to retrieve.
Instance Attribute Details
#next_token ⇒ String
A string that identifies the next page of limits that you want to retrieve.
2236 2237 2238 2239 2240 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2236 class DescribeAccountLimitsInput < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |