describeDashboardDefinition
inline suspend fun QuickSightClient.describeDashboardDefinition(crossinline block: DescribeDashboardDefinitionRequest.Builder.() -> Unit): DescribeDashboardDefinitionResponse
Provides a detailed description of the definition of a dashboard.
If you do not need to know details about the content of a dashboard, for instance if you are trying to check the status of a recently created or updated dashboard, use the DescribeDashboard
instead.