Values_2.DescribeDataSetPermissionsRequestSourceDescribes the permissions on a dataset. The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID.
*)dataSetId : Values_1.ResourceId.t;The ID for the dataset that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
dataSetId:Values_1.ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]