Class: Aws::QuickSight::Types::DescribeAnalysisDefinitionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_idString

The ID of the analysis described.

Returns:

  • (String)


12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
# File 'lib/aws-sdk-quicksight/types.rb', line 12127

class DescribeAnalysisDefinitionResponse < Struct.new(
  :analysis_id,
  :name,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#definitionTypes::AnalysisDefinition

The definition of an analysis.

A definition is the data model of all features in a Dashboard, Template, or Analysis.



12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
# File 'lib/aws-sdk-quicksight/types.rb', line 12127

class DescribeAnalysisDefinitionResponse < Struct.new(
  :analysis_id,
  :name,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::AnalysisError>

Errors associated with the analysis.

Returns:



12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
# File 'lib/aws-sdk-quicksight/types.rb', line 12127

class DescribeAnalysisDefinitionResponse < Struct.new(
  :analysis_id,
  :name,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The descriptive name of the analysis.

Returns:

  • (String)


12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
# File 'lib/aws-sdk-quicksight/types.rb', line 12127

class DescribeAnalysisDefinitionResponse < Struct.new(
  :analysis_id,
  :name,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
# File 'lib/aws-sdk-quicksight/types.rb', line 12127

class DescribeAnalysisDefinitionResponse < Struct.new(
  :analysis_id,
  :name,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_statusString

Status associated with the analysis.

  • ‘CREATION_IN_PROGRESS`

  • ‘CREATION_SUCCESSFUL`

  • ‘CREATION_FAILED`

  • ‘UPDATE_IN_PROGRESS`

  • ‘UPDATE_SUCCESSFUL`

  • ‘UPDATE_FAILED`

  • ‘DELETED`

Returns:

  • (String)


12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
# File 'lib/aws-sdk-quicksight/types.rb', line 12127

class DescribeAnalysisDefinitionResponse < Struct.new(
  :analysis_id,
  :name,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
# File 'lib/aws-sdk-quicksight/types.rb', line 12127

class DescribeAnalysisDefinitionResponse < Struct.new(
  :analysis_id,
  :name,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#theme_arnString

The ARN of the theme of the analysis.

Returns:

  • (String)


12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
# File 'lib/aws-sdk-quicksight/types.rb', line 12127

class DescribeAnalysisDefinitionResponse < Struct.new(
  :analysis_id,
  :name,
  :errors,
  :resource_status,
  :theme_arn,
  :definition,
  :status,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end