Class: Aws::QuickSight::Types::Analysis

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Metadata structure for an analysis in Amazon QuickSight

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_idString

The ID of the analysis.

Returns:

  • (String)


360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 360

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

#arnString

The Amazon Resource Name (ARN) of the analysis.

Returns:

  • (String)


360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 360

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_timeTime

The time that the analysis was created.

Returns:

  • (Time)


360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 360

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_arnsArray<String>

The ARNs of the datasets of the analysis.

Returns:

  • (Array<String>)


360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 360

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

#errorsArray<Types::AnalysisError>

Errors associated with the analysis.

Returns:



360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 360

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_timeTime

The time that the analysis was last updated.

Returns:

  • (Time)


360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 360

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

#nameString

The descriptive name of the analysis.

Returns:

  • (String)


360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 360

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

#sheetsArray<Types::Sheet>

A list of the associated sheets with the unique identifier and name of each sheet.

Returns:



360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 360

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

#statusString

Status associated with the analysis.

Returns:

  • (String)


360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 360

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_arnString

The ARN of the theme of the analysis.

Returns:

  • (String)


360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 360

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