PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::IoTSiteWise::DescribeDashboardResponse; use Moose; has DashboardArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'dashboardArn', required => 1); has DashboardCreationDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'dashboardCreationDate', required => 1); has DashboardDefinition => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'dashboardDefinition', required => 1); has DashboardDescription => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'dashboardDescription'); has DashboardId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'dashboardId', required => 1); has DashboardLastUpdateDate => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'dashboardLastUpdateDate', required => 1); has DashboardName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'dashboardName', required => 1); has ProjectId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'projectId', required => 1); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::IoTSiteWise::DescribeDashboardResponse =head1 ATTRIBUTES =head2 B DashboardArn => Str The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the dashboard, which has the following format. C =head2 B DashboardCreationDate => Str The date the dashboard was created, in Unix epoch time. =head2 B DashboardDefinition => Str The dashboard's definition JSON literal. For detailed information, see Creating dashboards (CLI) (https://docs.aws.amazon.com/iot-sitewise/latest/userguide/create-dashboards-using-aws-cli.html) in the I. =head2 DashboardDescription => Str The dashboard's description. =head2 B DashboardId => Str The ID of the dashboard. =head2 B DashboardLastUpdateDate => Str The date the dashboard was last updated, in Unix epoch time. =head2 B DashboardName => Str The name of the dashboard. =head2 B ProjectId => Str The ID of the project that the dashboard is in. =head2 _request_id => Str =cut