Class: Aws::QuickSight::Types::AnalysisSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AnalysisSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The summary metadata that describes an analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_id ⇒ String
The ID of the analysis.
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the analysis.
-
#created_time ⇒ Time
The time that the analysis was created.
-
#last_updated_time ⇒ Time
The time that the analysis was last updated.
-
#name ⇒ String
The name of the analysis.
-
#status ⇒ String
The last known status for the analysis.
Instance Attribute Details
#analysis_id ⇒ String
The ID of the analysis. This ID displays in the URL.
675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-quicksight/types.rb', line 675 class AnalysisSummary < Struct.new( :arn, :analysis_id, :name, :status, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) for the analysis.
675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-quicksight/types.rb', line 675 class AnalysisSummary < Struct.new( :arn, :analysis_id, :name, :status, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time that the analysis was created.
675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-quicksight/types.rb', line 675 class AnalysisSummary < Struct.new( :arn, :analysis_id, :name, :status, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time that the analysis was last updated.
675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-quicksight/types.rb', line 675 class AnalysisSummary < Struct.new( :arn, :analysis_id, :name, :status, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the analysis. This name is displayed in the Amazon QuickSight console.
675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-quicksight/types.rb', line 675 class AnalysisSummary < Struct.new( :arn, :analysis_id, :name, :status, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The last known status for the analysis.
675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-quicksight/types.rb', line 675 class AnalysisSummary < Struct.new( :arn, :analysis_id, :name, :status, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |