enum
Amazonite::ApiGateway::EndpointType
Overview
The endpoint type. The valid values are EDGE for edge-optimized API setup, most suitable for
mobile applications; REGIONAL for regional API endpoint setup, most suitable for calling from
AWS Region; and PRIVATE for private APIs.
Defined in:
api_gateway/endpoint_type.crEnum Members
-
Regional =
0 -
Edge =
1 -
Private =
2
Class Method Summary
- .from_json(pull : JSON::PullParser) : AAG::EndpointType
- .from_json_object_key?(key : String) : AAG::EndpointType | Nil
- .to_json(e : EndpointType, json : JSON::Builder) : Nil
Instance Method Summary
-
#edge?
Returns
trueif this enum value equalsEdge -
#private?
Returns
trueif this enum value equalsPrivate -
#regional?
Returns
trueif this enum value equalsRegional - #to_json_object_key : String