Class: Aws::QuickSight::Types::RestoreAnalysisRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_idString

The ID of the analysis that you’re restoring.

Returns:

  • (String)


26576
26577
26578
26579
26580
26581
26582
# File 'lib/aws-sdk-quicksight/types.rb', line 26576

class RestoreAnalysisRequest < Struct.new(
  :aws_account_id,
  :analysis_id,
  :restore_to_folders)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The ID of the Amazon Web Services account that contains the analysis.

Returns:

  • (String)


26576
26577
26578
26579
26580
26581
26582
# File 'lib/aws-sdk-quicksight/types.rb', line 26576

class RestoreAnalysisRequest < Struct.new(
  :aws_account_id,
  :analysis_id,
  :restore_to_folders)
  SENSITIVE = []
  include Aws::Structure
end

#restore_to_foldersBoolean

A boolean value that determines if the analysis will be restored to folders that it previously resided in. A ‘True` value restores analysis back to all folders that it previously resided in. A `False` value restores the analysis but does not restore the analysis back to all previously resided folders. Restoring a restricted analysis requires this parameter to be set to `True`.

Returns:

  • (Boolean)


26576
26577
26578
26579
26580
26581
26582
# File 'lib/aws-sdk-quicksight/types.rb', line 26576

class RestoreAnalysisRequest < Struct.new(
  :aws_account_id,
  :analysis_id,
  :restore_to_folders)
  SENSITIVE = []
  include Aws::Structure
end