enum
Amazonite::ApiGateway::ConnectionType
Defined in:
api_gateway/connection_type.crEnum Members
-
Internet =
0 -
VpcLink =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : AAG::ConnectionType
- .from_json_object_key?(key : String) : AAG::ConnectionType | Nil
- .to_json(e : ConnectionType, json : JSON::Builder) : Nil
Instance Method Summary
-
#internet?
Returns
trueif this enum value equalsInternet - #to_json_object_key : String
-
#vpc_link?
Returns
trueif this enum value equalsVpcLink