AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
acmpca
/
aws.sdk.kotlin.services.acmpca.model
/
ActionType
Action
Type
sealed
class
ActionType
Inheritors
GetCertificate
IssueCertificate
ListPermissions
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Get
Certificate
Link copied to clipboard
object
GetCertificate
:
ActionType
Issue
Certificate
Link copied to clipboard
object
IssueCertificate
:
ActionType
List
Permissions
Link copied to clipboard
object
ListPermissions
:
ActionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ActionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String