AWS SDK for Kotlin
Toggle table of contents
1.8.18
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iam
/
aws.sdk.kotlin.services.iam.model
/
AttachmentType
Attachment
Type
sealed
class
AttachmentType
Inheritors
Group
Role
User
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Group
Link copied to clipboard
object
Group
:
AttachmentType
Role
Link copied to clipboard
object
Role
:
AttachmentType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AttachmentType
User
Link copied to clipboard
object
User
:
AttachmentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String