enum Amazonite::CloudFormation::ScanType

Defined in:

cloudformation/scan_type.cr

Enum Members

Full = 0
Partial = 1

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def full? #

Returns true if this enum value equals Full


[View source]
def partial? #

Returns true if this enum value equals Partial


[View source]
def to_json_object_key : String #

[View source]