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_idString

The ID of the analysis.

Returns:

  • (String)

    The ID of the analysis.

#arnString

The Amazon Resource Name (ARN) of the analysis.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the analysis.

#created_timeTime

The time that the analysis was created.

Returns:

  • (Time)

    The time that the analysis was created.

#data_set_arnsArray<String>

The ARNs of the datasets of the analysis.

Returns:

  • (Array<String>)

    The ARNs of the datasets of the analysis.

#errorsArray<Types::AnalysisError>

Errors associated with the analysis.

Returns:

#last_updated_timeTime

The time that the analysis was last updated.

Returns:

  • (Time)

    The time that the analysis was last updated.

#nameString

The descriptive name of the analysis.

Returns:

  • (String)

    The descriptive name of the analysis.

#sheetsArray<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.

#statusString

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_arnString

The ARN of the theme of the analysis.

Returns:

  • (String)

    The ARN of the theme of the analysis.