Values_2.DescribeDashboardPermissionsRequestSourceDescribes read and write permissions for a dashboard.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the dashboard that you're describing permissions for.
*)dashboardId : Values_0.ShortRestrictiveResourceId.t;The ID for the dashboard, also added to the IAM policy.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
dashboardId:Values_0.ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]