AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
DefaultInstanceMetadataEndpointState
Default
Instance
Metadata
Endpoint
State
sealed
class
DefaultInstanceMetadataEndpointState
Inheritors
Disabled
Enabled
NoPreference
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Disabled
Link copied to clipboard
object
Disabled
:
DefaultInstanceMetadataEndpointState
Enabled
Link copied to clipboard
object
Enabled
:
DefaultInstanceMetadataEndpointState
No
Preference
Link copied to clipboard
object
NoPreference
:
DefaultInstanceMetadataEndpointState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DefaultInstanceMetadataEndpointState
Properties
value
Link copied to clipboard
abstract
val
value
:
String