AWS SDK for Kotlin
Toggle table of contents
1.6.100
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
outposts
/
aws.sdk.kotlin.services.outposts.model
/
QuoteSpecificationType
Quote
Specification
Type
sealed
class
QuoteSpecificationType
Inheritors
ExistingRack
NewRack
Server
UpdatedRack
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Existing
Rack
Link copied to clipboard
object
ExistingRack
:
QuoteSpecificationType
New
Rack
Link copied to clipboard
object
NewRack
:
QuoteSpecificationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
QuoteSpecificationType
Server
Link copied to clipboard
object
Server
:
QuoteSpecificationType
Updated
Rack
Link copied to clipboard
object
UpdatedRack
:
QuoteSpecificationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String