Class: Aws::QuickSight::Types::RestoreAnalysisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RestoreAnalysisRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_id ⇒ String
The ID of the analysis that you’re restoring.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the analysis.
-
#restore_to_folders ⇒ Boolean
A boolean value that determines if the analysis will be restored to folders that it previously resided in.
Instance Attribute Details
#analysis_id ⇒ String
The ID of the analysis that you’re restoring.
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_id ⇒ String
The ID of the Amazon Web Services account that contains the analysis.
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_folders ⇒ Boolean
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`.
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 |