KnownAliasPathTokenType enum
Known values of AliasPathTokenType that the service accepts.
Fields
| Any | The token type can be anything. |
| Array | The token type is array. |
| Boolean | The token type is boolean. |
| Integer | The token type is integer. |
| NotSpecified | The token type is not specified. |
| Number | The token type is number. |
| Object | The token type is object. |
| String | The token type is string. |