enum Amazonite::CloudFormation::EvaluationType

Defined in:

cloudformation/evaluation_type.cr

Enum Members

Static = 0
Dynamic = 1

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : ACF::EvaluationType #

[View source]
def self.from_json_object_key?(key : String) : ACF::EvaluationType | Nil #

[View source]
def self.to_json(e : EvaluationType, json : JSON::Builder) : Nil #

[View source]

Instance Method Detail

def dynamic? #

Returns true if this enum value equals Dynamic


[View source]
def static? #

Returns true if this enum value equals Static


[View source]
def to_json_object_key : String #

[View source]