Class: Aws::CloudFormation::Types::DescribeAccountLimitsOutput

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

Overview

The output for the DescribeAccountLimits action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_limitsArray<Types::AccountLimit>

An account limit structure that contain a list of CloudFormation account limits and their values.

Returns:



2284
2285
2286
2287
2288
2289
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2284

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

#next_tokenString

If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

Returns:

  • (String)


2284
2285
2286
2287
2288
2289
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2284

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