enum
Amazonite::CloudWatchLogs::DeliverySourceConfigurationSchemaValueType
Defined in:
cloudwatch_logs/delivery_source_configuration_schema_value_type.crEnum Members
-
String =
0 -
Boolean =
1 -
Int =
2 -
Double =
3 -
Long =
4
Class Method Summary
- .from_json(pull : JSON::PullParser) : ACWL::DeliverySourceConfigurationSchemaValueType
- .from_json_object_key?(key : String) : ACWL::DeliverySourceConfigurationSchemaValueType | Nil
- .to_json(e : DeliverySourceConfigurationSchemaValueType, json : JSON::Builder) : Nil
Instance Method Summary
-
#boolean?
Returns
trueif this enum value equalsBoolean -
#double?
Returns
trueif this enum value equalsDouble -
#int?
Returns
trueif this enum value equalsInt -
#long?
Returns
trueif this enum value equalsLong -
#string?
Returns
trueif this enum value equalsString - #to_json_object_key : String
Class Method Detail
def self.from_json(pull : JSON::PullParser) : ACWL::DeliverySourceConfigurationSchemaValueType
#
def self.from_json_object_key?(key : String) : ACWL::DeliverySourceConfigurationSchemaValueType | Nil
#
def self.to_json(e : DeliverySourceConfigurationSchemaValueType, json : JSON::Builder) : Nil
#