Get Report Plan Result
data class GetReportPlanResult(val arn: String, val creationTime: String, val deploymentStatus: String, val description: String, val id: String, val name: String, val reportDeliveryChannels: List<GetReportPlanReportDeliveryChannel>, val reportSettings: List<GetReportPlanReportSetting>, val tags: Map<String, String>)
A collection of values returned by getReportPlan.
Constructors
Link copied to clipboard
fun GetReportPlanResult(arn: String, creationTime: String, deploymentStatus: String, description: String, id: String, name: String, reportDeliveryChannels: List<GetReportPlanReportDeliveryChannel>, reportSettings: List<GetReportPlanReportSetting>, tags: Map<String, String>)