enum Amazonite::CloudFormation::StackRefactorActionEntity

Defined in:

cloudformation/stack_refactor_action_entity.cr

Enum Members

Resource = 0
Stack = 1

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def resource? #

Returns true if this enum value equals Resource


[View source]
def stack? #

Returns true if this enum value equals Stack


[View source]
def to_json_object_key : String #

[View source]