Value
Refers to the value associated with a given key in a JSON object.
Inherited functions
Casts this PathElement as a Index and retrieves its kotlin.Int value. Throws an exception if the PathElement is not a Index.
Casts this PathElement as a Index and retrieves its kotlin.Int value. Returns null if the PathElement is not a Index.
Casts this PathElement as a Key and retrieves its kotlin.String value. Throws an exception if the PathElement is not a Key.
Casts this PathElement as a Key and retrieves its kotlin.String value. Returns null if the PathElement is not a Key.
Casts this PathElement as a Substring and retrieves its aws.sdk.kotlin.services.accessanalyzer.model.Substring value. Throws an exception if the PathElement is not a Substring.
Casts this PathElement as a Substring and retrieves its aws.sdk.kotlin.services.accessanalyzer.model.Substring value. Returns null if the PathElement is not a Substring.
Casts this PathElement as a Value and retrieves its kotlin.String value. Throws an exception if the PathElement is not a Value.
Casts this PathElement as a Value and retrieves its kotlin.String value. Returns null if the PathElement is not a Value.