enum Amazonite::Iam::AssignmentStatusType

Defined in:

iam/assignment_status_type.cr

Enum Members

Assigned = 0
Unassigned = 1
Any = 2

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AI::AssignmentStatusType #

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

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

[View source]

Instance Method Detail

def any? #

Returns true if this enum value equals Any


[View source]
def assigned? #

Returns true if this enum value equals Assigned


[View source]
def to_json_object_key : String #

[View source]
def unassigned? #

Returns true if this enum value equals Unassigned


[View source]