class
Amazonite::CloudFormation::DescribeAccountLimitsOutput
- Amazonite::CloudFormation::DescribeAccountLimitsOutput
- Reference
- Object
Overview
The output for the DescribeAccountLimits action.
Defined in:
cloudformation/describe_account_limits_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(account_limits : Array(AccountLimit) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#account_limits : Array(AccountLimit) | Nil
An account limit structure that contain a list of CloudFormation account limits and their values.
-
#account_limits=(account_limits : Array(AccountLimit) | Nil)
An account limit structure that contain a list of CloudFormation account limits and their values.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
If the output exceeds 1 MB in size, a string that identifies the next page of limits.
-
#next_token=(next_token : String | Nil)
If the output exceeds 1 MB in size, a string that identifies the next page of limits.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An account limit structure that contain a list of CloudFormation account limits and their values.
An account limit structure that contain a list of CloudFormation account limits and their values.
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.
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.