AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
wellarchitected
/
aws.sdk.kotlin.services.wellarchitected.model
/
AnswerReason
Answer
Reason
sealed
class
AnswerReason
Inheritors
ArchitectureConstraints
BusinessPriorities
None
Other
OutOfScope
SdkUnknown
Members
Types
Architecture
Constraints
Link copied to clipboard
object
ArchitectureConstraints
:
AnswerReason
Business
Priorities
Link copied to clipboard
object
BusinessPriorities
:
AnswerReason
Companion
Link copied to clipboard
object
Companion
None
Link copied to clipboard
object
None
:
AnswerReason
Other
Link copied to clipboard
object
Other
:
AnswerReason
Out
Of
Scope
Link copied to clipboard
object
OutOfScope
:
AnswerReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AnswerReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String