Lines Matching defs:DescribeDashboardOutput

10119 type DescribeDashboardOutput struct {  struct
10120 _ struct{} `type:"structure"`
10128 DashboardArn *string `locationName:"dashboardArn" min:"1" type:"string" required:"true"`
10133 …oardCreationDate *time.Time `locationName:"dashboardCreationDate" type:"timestamp" required:"true"`
10140 DashboardDefinition *string `locationName:"dashboardDefinition" type:"string" required:"true"`
10143 DashboardDescription *string `locationName:"dashboardDescription" min:"1" type:"string"`
10148 DashboardId *string `locationName:"dashboardId" min:"36" type:"string" required:"true"`
10153 …LastUpdateDate *time.Time `locationName:"dashboardLastUpdateDate" type:"timestamp" required:"true"`
10158 DashboardName *string `locationName:"dashboardName" min:"1" type:"string" required:"true"`
10163 ProjectId *string `locationName:"projectId" min:"36" type:"string" required:"true"`
10167 func (s DescribeDashboardOutput) String() string {
10172 func (s DescribeDashboardOutput) GoString() string {
10177 func (s *DescribeDashboardOutput) SetDashboardArn(v string) *DescribeDashboardOutput {
10183 func (s *DescribeDashboardOutput) SetDashboardCreationDate(v time.Time) *DescribeDashboardOutput {
10189 func (s *DescribeDashboardOutput) SetDashboardDefinition(v string) *DescribeDashboardOutput {
10195 func (s *DescribeDashboardOutput) SetDashboardDescription(v string) *DescribeDashboardOutput {
10201 func (s *DescribeDashboardOutput) SetDashboardId(v string) *DescribeDashboardOutput {
10207 func (s *DescribeDashboardOutput) SetDashboardLastUpdateDate(v time.Time) *DescribeDashboardOutput {
10213 func (s *DescribeDashboardOutput) SetDashboardName(v string) *DescribeDashboardOutput {
10219 func (s *DescribeDashboardOutput) SetProjectId(v string) *DescribeDashboardOutput {