AWS SDK for Kotlin
Toggle table of contents
1.6.56
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
securityagent
/
aws.sdk.kotlin.services.securityagent.model
/
ArtifactType
Artifact
Type
sealed
class
ArtifactType
Supported file extension types for artifacts
Inheritors
Doc
Docx
Jpeg
Json
Md
Pdf
Png
Txt
Yaml
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Doc
Link copied to clipboard
object
Doc
:
ArtifactType
Docx
Link copied to clipboard
object
Docx
:
ArtifactType
Jpeg
Link copied to clipboard
object
Jpeg
:
ArtifactType
Json
Link copied to clipboard
object
Json
:
ArtifactType
Md
Link copied to clipboard
object
Md
:
ArtifactType
Pdf
Link copied to clipboard
object
Pdf
:
ArtifactType
Png
Link copied to clipboard
object
Png
:
ArtifactType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ArtifactType
Txt
Link copied to clipboard
object
Txt
:
ArtifactType
Yaml
Link copied to clipboard
object
Yaml
:
ArtifactType
Properties
value
Link copied to clipboard
abstract
val
value
:
String