Get Report Plan Result
data class GetReportPlanResult(val reportDeliveryChannel: ReportDeliveryChannelProperties? = null, val reportPlanArn: String? = null, val reportPlanDescription: String? = null, val reportPlanTags: List<ReportPlanTag>? = null, val reportSetting: ReportSettingProperties? = null)
Constructors
Link copied to clipboard
fun GetReportPlanResult(reportDeliveryChannel: ReportDeliveryChannelProperties? = null, reportPlanArn: String? = null, reportPlanDescription: String? = null, reportPlanTags: List<ReportPlanTag>? = null, reportSetting: ReportSettingProperties? = null)