AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
aws-http
/
aws.sdk.kotlin.runtime.http
/
ExecutionEnvMetadata
Execution
Env
Metadata
data
class
ExecutionEnvMetadata
(
val
name
:
String
)
Execution environment metadata
Members
Constructors
Execution
Env
Metadata
Link copied to clipboard
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
The execution environment name (e.g. "lambda")
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String