AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
LaunchTemplateInstanceMetadataOptionsState
Launch
Template
Instance
Metadata
Options
State
sealed
class
LaunchTemplateInstanceMetadataOptionsState
Inheritors
Applied
Pending
SdkUnknown
Members
Types
Applied
Link copied to clipboard
object
Applied
:
LaunchTemplateInstanceMetadataOptionsState
Companion
Link copied to clipboard
object
Companion
Pending
Link copied to clipboard
object
Pending
:
LaunchTemplateInstanceMetadataOptionsState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LaunchTemplateInstanceMetadataOptionsState
Properties
value
Link copied to clipboard
abstract
val
value
:
String