describeAnalysisDefinition
inline suspend fun QuickSightClient.describeAnalysisDefinition(crossinline block: DescribeAnalysisDefinitionRequest.Builder.() -> Unit): DescribeAnalysisDefinitionResponse
Provides a detailed description of the definition of an analysis.
If you do not need to know details about the content of an Analysis, for instance if you are trying to check the status of a recently created or updated Analysis, use the DescribeAnalysis
instead.