Class: Aws::QuickSight::Types::Analysis
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Analysis
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Metadata structure for an analysis in Amazon QuickSight
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_id ⇒ String
The ID of the analysis.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the analysis.
-
#created_time ⇒ Time
The time that the analysis was created.
-
#data_set_arns ⇒ Array<String>
The ARNs of the datasets of the analysis.
-
#errors ⇒ Array<Types::AnalysisError>
Errors associated with the analysis.
-
#last_updated_time ⇒ Time
The time that the analysis was last updated.
-
#name ⇒ 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.
-
#status ⇒ String
Status associated with the analysis.
-
#theme_arn ⇒ String
The ARN of the theme of the analysis.
Instance Attribute Details
#analysis_id ⇒ String
The ID of the analysis.
410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-quicksight/types.rb', line 410 class Analysis < Struct.new( :analysis_id, :arn, :name, :status, :errors, :data_set_arns, :theme_arn, :created_time, :last_updated_time, :sheets) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the analysis.
410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-quicksight/types.rb', line 410 class Analysis < Struct.new( :analysis_id, :arn, :name, :status, :errors, :data_set_arns, :theme_arn, :created_time, :last_updated_time, :sheets) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time that the analysis was created.
410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-quicksight/types.rb', line 410 class Analysis < Struct.new( :analysis_id, :arn, :name, :status, :errors, :data_set_arns, :theme_arn, :created_time, :last_updated_time, :sheets) SENSITIVE = [] include Aws::Structure end |
#data_set_arns ⇒ Array<String>
The ARNs of the datasets of the analysis.
410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-quicksight/types.rb', line 410 class Analysis < Struct.new( :analysis_id, :arn, :name, :status, :errors, :data_set_arns, :theme_arn, :created_time, :last_updated_time, :sheets) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::AnalysisError>
Errors associated with the analysis.
410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-quicksight/types.rb', line 410 class Analysis < Struct.new( :analysis_id, :arn, :name, :status, :errors, :data_set_arns, :theme_arn, :created_time, :last_updated_time, :sheets) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The time that the analysis was last updated.
410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-quicksight/types.rb', line 410 class Analysis < Struct.new( :analysis_id, :arn, :name, :status, :errors, :data_set_arns, :theme_arn, :created_time, :last_updated_time, :sheets) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The descriptive name of the analysis.
410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-quicksight/types.rb', line 410 class Analysis < Struct.new( :analysis_id, :arn, :name, :status, :errors, :data_set_arns, :theme_arn, :created_time, :last_updated_time, :sheets) SENSITIVE = [] include Aws::Structure end |
#sheets ⇒ Array<Types::Sheet>
A list of the associated sheets with the unique identifier and name of each sheet.
410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-quicksight/types.rb', line 410 class Analysis < Struct.new( :analysis_id, :arn, :name, :status, :errors, :data_set_arns, :theme_arn, :created_time, :last_updated_time, :sheets) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status associated with the analysis.
410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-quicksight/types.rb', line 410 class Analysis < Struct.new( :analysis_id, :arn, :name, :status, :errors, :data_set_arns, :theme_arn, :created_time, :last_updated_time, :sheets) SENSITIVE = [] include Aws::Structure end |
#theme_arn ⇒ String
The ARN of the theme of the analysis.
410 411 412 413 414 415 416 417 418 419 420 421 422 423 |
# File 'lib/aws-sdk-quicksight/types.rb', line 410 class Analysis < Struct.new( :analysis_id, :arn, :name, :status, :errors, :data_set_arns, :theme_arn, :created_time, :last_updated_time, :sheets) SENSITIVE = [] include Aws::Structure end |