
commonMain.aws.sdk.kotlin.services.mediaconnect.model.AddFlowOutputsResponse.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.mediaconnect.model
class AddFlowOutputsResponse private constructor(builder: Builder) {
/**
* The ARN of the flow that these outputs were added to.
*/
val flowArn: kotlin.String? = builder.flowArn
/**
* The details of the newly added outputs.
*/
val outputs: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy