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.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1005 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.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1005 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.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1005 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.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1005 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 Quick Sight console.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1005 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.
1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1005 class AnalysisSummary < Struct.new( :arn, :analysis_id, :name, :status, :created_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |