Class: Aws::QuickSight::Types::RestoreAnalysisResponse

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)


24425
24426
24427
24428
24429
24430
24431
24432
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24425

class RestoreAnalysisResponse < Struct.new(
  :status,
  :arn,
  :analysis_id,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the analysis that you're restoring.

Returns:

  • (String)


24425
24426
24427
24428
24429
24430
24431
24432
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24425

class RestoreAnalysisResponse < Struct.new(
  :status,
  :arn,
  :analysis_id,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


24425
24426
24427
24428
24429
24430
24431
24432
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24425

class RestoreAnalysisResponse < Struct.new(
  :status,
  :arn,
  :analysis_id,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


24425
24426
24427
24428
24429
24430
24431
24432
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24425

class RestoreAnalysisResponse < Struct.new(
  :status,
  :arn,
  :analysis_id,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end