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)


24245
24246
24247
24248
24249
24250
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24245

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)


24245
24246
24247
24248
24249
24250
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24245

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