Launch Configuration Metadata Options
data class LaunchConfigurationMetadataOptions(val httpEndpoint: String? = null, val httpPutResponseHopLimit: Int? = null, val httpTokens: String? = null)
Constructors
Link copied to clipboard
fun LaunchConfigurationMetadataOptions(httpEndpoint: String? = null, httpPutResponseHopLimit: Int? = null, httpTokens: String? = null)