AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
georoutes
/
aws.sdk.kotlin.services.georoutes.model
/
RouteSpanPedestrianAccessAttribute
Route
Span
Pedestrian
Access
Attribute
sealed
class
RouteSpanPedestrianAccessAttribute
Inheritors
Allowed
Indoors
NoThroughTraffic
Park
Stairs
TollRoad
SdkUnknown
Members
Types
Allowed
Link copied to clipboard
object
Allowed
:
RouteSpanPedestrianAccessAttribute
Companion
Link copied to clipboard
object
Companion
Indoors
Link copied to clipboard
object
Indoors
:
RouteSpanPedestrianAccessAttribute
No
Through
Traffic
Link copied to clipboard
object
NoThroughTraffic
:
RouteSpanPedestrianAccessAttribute
Park
Link copied to clipboard
object
Park
:
RouteSpanPedestrianAccessAttribute
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RouteSpanPedestrianAccessAttribute
Stairs
Link copied to clipboard
object
Stairs
:
RouteSpanPedestrianAccessAttribute
Toll
Road
Link copied to clipboard
object
TollRoad
:
RouteSpanPedestrianAccessAttribute
Properties
value
Link copied to clipboard
abstract
val
value
:
String