toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
configservice
/
aws.sdk.kotlin.services.configservice.model
/
AggregatedSourceStatusType
Aggregated
Source
Status
Type
sealed
class
AggregatedSourceStatusType
Inheritors
Failed
Outdated
Succeeded
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
AggregatedSourceStatusType
Outdated
Link copied to clipboard
object
Outdated
:
AggregatedSourceStatusType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AggregatedSourceStatusType
Succeeded
Link copied to clipboard
object
Succeeded
:
AggregatedSourceStatusType
Properties
value
Link copied to clipboard
abstract
val
value
:
String