@aws-sdk/client-quicksight

DescribeTopicCommandOutput Interface

The output of DescribeTopicCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Arn string | undefined

The Amazon Resource Name (ARN) of the topic.

RequestId string | undefined

The Amazon Web Services request ID for this operation.

Status number | undefined

The HTTP status of the request.

Topic TopicDetails | undefined

The definition of a topic.

TopicId string | undefined

The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Full Signature

export interface DescribeTopicCommandOutput extends DescribeTopicResponse, MetadataBearer