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

Class: Aws::QuickSight::Types::AnalysisSummary

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

Overview

The summary metadata that describes an analysis.

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_idString

The ID of the analysis. This ID displays in the URL.

Returns:

  • (String)

    The ID of the analysis.

#arnString

The Amazon Resource Name (ARN) for the analysis.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the analysis.

#created_timeTime

The time that the analysis was created.

Returns:

  • (Time)

    The time that the analysis was created.

#last_updated_timeTime

The time that the analysis was last updated.

Returns:

  • (Time)

    The time that the analysis was last updated.

#nameString

The name of the analysis. This name is displayed in the QuickSight console.

Returns:

  • (String)

    The name of the analysis.

#statusString

The last known status for the analysis.

Possible values:

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

Returns:

  • (String)

    The last known status for the analysis.