toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ssm
/
aws.sdk.kotlin.services.ssm.model
/
AttachmentsSourceKey
Attachments
Source
Key
sealed
class
AttachmentsSourceKey
Inheritors
AttachmentReference
S3FileUrl
SourceUrl
SdkUnknown
Members
Types
Attachment
Reference
Link copied to clipboard
object
AttachmentReference
:
AttachmentsSourceKey
Companion
Link copied to clipboard
object
Companion
S3File
Url
Link copied to clipboard
object
S3FileUrl
:
AttachmentsSourceKey
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AttachmentsSourceKey
Source
Url
Link copied to clipboard
object
SourceUrl
:
AttachmentsSourceKey
Properties
value
Link copied to clipboard
abstract
val
value
:
String