enum
Amazonite::CloudFormation::ScanType
Defined in:
cloudformation/scan_type.crEnum Members
-
Full =
0 -
Partial =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : ACF::ScanType
- .from_json_object_key?(key : String) : ACF::ScanType | Nil
- .to_json(e : ScanType, json : JSON::Builder) : Nil
Instance Method Summary
-
#full?
Returns
trueif this enum value equalsFull -
#partial?
Returns
trueif this enum value equalsPartial - #to_json_object_key : String