enum Amazonite::CloudFormation::StackRefactorActionType

Defined in:

cloudformation/stack_refactor_action_type.cr

Enum Members

Move = 0
Create = 1

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def create? #

Returns true if this enum value equals Create


[View source]
def move? #

Returns true if this enum value equals Move


[View source]
def to_json_object_key : String #

[View source]