class Amazonite::CloudFormation::AccountLimit

Overview

Describes the current CloudFormation limits for your account.

CloudFormation has the following limits per account:

For more information, see Understand CloudFormation quotas in the CloudFormation User Guide.

Defined in:

cloudformation/account_limit.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(name : String | Nil = nil, value : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def name : String | Nil #

The name of the account limit.

Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit


[View source]
def name=(name : String | Nil) #

The name of the account limit.

Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]
def value : Int32 | Nil #

The value that's associated with the account limit name.


[View source]
def value=(value : Int32 | Nil) #

The value that's associated with the account limit name.


[View source]