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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


24399
24400
24401
24402
24403
24404
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24399

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

#aws_account_idString

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

Returns:

  • (String)


24399
24400
24401
24402
24403
24404
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24399

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