enum
Amazonite::Kinesis::MinimumThroughputBillingCommitmentInputStatus
Defined in:
kinesis/minimum_throughput_billing_commitment_input_status.crEnum Members
-
Enabled =
0 -
Disabled =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : AK::MinimumThroughputBillingCommitmentInputStatus
- .from_json_object_key?(key : String) : AK::MinimumThroughputBillingCommitmentInputStatus | Nil
- .to_json(e : MinimumThroughputBillingCommitmentInputStatus, json : JSON::Builder) : Nil
Instance Method Summary
-
#disabled?
Returns
trueif this enum value equalsDisabled -
#enabled?
Returns
trueif this enum value equalsEnabled - #to_json_object_key : String
Class Method Detail
def self.from_json(pull : JSON::PullParser) : AK::MinimumThroughputBillingCommitmentInputStatus
#
def self.from_json_object_key?(key : String) : AK::MinimumThroughputBillingCommitmentInputStatus | Nil
#
def self.to_json(e : MinimumThroughputBillingCommitmentInputStatus, json : JSON::Builder) : Nil
#