Get Ecs Deployment Sets Result
data class GetEcsDeploymentSetsResult(val deploymentSetName: String? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val sets: List<GetEcsDeploymentSetsSet>, val strategy: String? = null)
A collection of values returned by getEcsDeploymentSets.