enum Amazonite::Lambda::TenantIsolationMode

Defined in:

lambda/tenant_isolation_mode.cr

Enum Members

PerTenant = 0

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AL::TenantIsolationMode #

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

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

[View source]

Instance Method Detail

def per_tenant? #

Returns true if this enum value equals PerTenant


[View source]
def to_json_object_key : String #

[View source]