GetDashboardOutput constructor

GetDashboardOutput({
  1. String? dashboardArn,
  2. String? dashboardBody,
  3. String? dashboardName,
})

Implementation

GetDashboardOutput({
  this.dashboardArn,
  this.dashboardBody,
  this.dashboardName,
});