Method: Aws::QuickSight::Types::DescribeAnalysisDefinitionResponse#name
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#name ⇒ String
The descriptive name of the analysis.
12435 12436 12437 12438 12439 12440 12441 12442 12443 12444 12445 12446 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12435 class DescribeAnalysisDefinitionResponse < Struct.new( :analysis_id, :name, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |