Platform

data class Platform(val value: PlatformInput) : Property

The structure representing Platform property filter consisting of value and comparison operator.

Constructors

Link copied to clipboard
constructor(value: PlatformInput)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this Property as a Platform and retrieves its aws.sdk.kotlin.services.sagemakergeospatial.model.PlatformInput value. Throws an exception if the Property is not a Platform.

Link copied to clipboard

Casts this Property as a Platform and retrieves its aws.sdk.kotlin.services.sagemakergeospatial.model.PlatformInput value. Returns null if the Property is not a Platform.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard