toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ec2
/
aws.sdk.kotlin.services.ec2.model
/
IamInstanceProfileAssociationState
Iam
Instance
Profile
Association
State
sealed
class
IamInstanceProfileAssociationState
Inheritors
Associated
Associating
Disassociated
Disassociating
SdkUnknown
Members
Types
Associated
Link copied to clipboard
object
Associated
:
IamInstanceProfileAssociationState
Associating
Link copied to clipboard
object
Associating
:
IamInstanceProfileAssociationState
Companion
Link copied to clipboard
object
Companion
Disassociated
Link copied to clipboard
object
Disassociated
:
IamInstanceProfileAssociationState
Disassociating
Link copied to clipboard
object
Disassociating
:
IamInstanceProfileAssociationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IamInstanceProfileAssociationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String