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

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)


26607
26608
26609
26610
26611
26612
26613
26614
26615
# File 'lib/aws-sdk-quicksight/types.rb', line 26607

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

#arnString

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

Returns:

  • (String)


26607
26608
26609
26610
26611
26612
26613
26614
26615
# File 'lib/aws-sdk-quicksight/types.rb', line 26607

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


26607
26608
26609
26610
26611
26612
26613
26614
26615
# File 'lib/aws-sdk-quicksight/types.rb', line 26607

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

#restoration_failed_folder_arnsArray<String>

A list of folder arns thatthe analysis failed to be restored to.

Returns:

  • (Array<String>)


26607
26608
26609
26610
26611
26612
26613
26614
26615
# File 'lib/aws-sdk-quicksight/types.rb', line 26607

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


26607
26608
26609
26610
26611
26612
26613
26614
26615
# File 'lib/aws-sdk-quicksight/types.rb', line 26607

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