You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::Analysis

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Metadata structure for an analysis in Amazon QuickSight

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_id ⇒ String

The ID of the analysis.

Returns:

  • (String) —

    The ID of the analysis.

#arn ⇒ String

The Amazon Resource Name (ARN) of the analysis.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the analysis.

#created_time ⇒ Time

The time that the analysis was created.

Returns:

  • (Time) —

    The time that the analysis was created.

#data_set_arns ⇒ Array<String>

The ARNs of the datasets of the analysis.

Returns:

  • (Array<String>) —

    The ARNs of the datasets of the analysis.

#errors ⇒ Array<Types::AnalysisError>

Errors associated with the analysis.

Returns:

#last_updated_time ⇒ Time

The time that the analysis was last updated.

Returns:

  • (Time) —

    The time that the analysis was last updated.

#name ⇒ String

The descriptive name of the analysis.

Returns:

  • (String) —

    The descriptive name of the analysis.

#sheets ⇒ Array<Types::Sheet>

A list of the associated sheets with the unique identifier and name of each sheet.

Returns:

  • (Array<Types::Sheet>) —

    A list of the associated sheets with the unique identifier and name of each sheet.

#status ⇒ String

Status associated with the analysis.

Possible values:

  • CREATION_IN_PROGRESS
  • CREATION_SUCCESSFUL
  • CREATION_FAILED
  • UPDATE_IN_PROGRESS
  • UPDATE_SUCCESSFUL
  • UPDATE_FAILED
  • DELETED

Returns:

  • (String) —

    Status associated with the analysis.

#theme_arn ⇒ String

The ARN of the theme of the analysis.

Returns:

  • (String) —

    The ARN of the theme of the analysis.