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)


11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
# File 'lib/aws-sdk-quicksight/types.rb', line 11391

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.



11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
# File 'lib/aws-sdk-quicksight/types.rb', line 11391

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:



11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
# File 'lib/aws-sdk-quicksight/types.rb', line 11391

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)


11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
# File 'lib/aws-sdk-quicksight/types.rb', line 11391

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)


11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
# File 'lib/aws-sdk-quicksight/types.rb', line 11391

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)


11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
# File 'lib/aws-sdk-quicksight/types.rb', line 11391

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)


11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
# File 'lib/aws-sdk-quicksight/types.rb', line 11391

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)


11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
# File 'lib/aws-sdk-quicksight/types.rb', line 11391

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