Learn R Programming

paws.analytics (version 0.1.6)

quicksight_describe_data_set: Describes a dataset

Description

Describes a dataset.

Usage

quicksight_describe_data_set(AwsAccountId, DataSetId)

Arguments

AwsAccountId

[required] The AWS account ID.

DataSetId

[required] The ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.

Request syntax

svc$describe_data_set(
  AwsAccountId = "string",
  DataSetId = "string"
)