Get Destination Result
data class GetDestinationResult(val arn: String? = null, val destinationPolicy: String? = null, val roleArn: String? = null, val targetArn: String? = null)
Constructors
Link copied to clipboard
fun GetDestinationResult(arn: String? = null, destinationPolicy: String? = null, roleArn: String? = null, targetArn: String? = null)