enum Amazonite::Kinesis::MinimumThroughputBillingCommitmentOutputStatus

Defined in:

kinesis/minimum_throughput_billing_commitment_output_status.cr

Enum Members

Enabled = 0
Disabled = 1
EnabledUntilEarliestAllowedEnd = 2

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AK::MinimumThroughputBillingCommitmentOutputStatus #

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

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

[View source]

Instance Method Detail

def disabled? #

Returns true if this enum value equals Disabled


[View source]
def enabled? #

Returns true if this enum value equals Enabled


[View source]
def enabled_until_earliest_allowed_end? #

Returns true if this enum value equals EnabledUntilEarliestAllowedEnd


[View source]
def to_json_object_key : String #

[View source]