Class: Aws::QuickSight::Types::DeleteAnalysisResponse

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 deleted analysis.

Returns:

  • (String)


10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-quicksight/types.rb', line 10682

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

#arnString

The Amazon Resource Name (ARN) of the deleted analysis.

Returns:

  • (String)


10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-quicksight/types.rb', line 10682

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

#deletion_timeTime

The date and time that the analysis is scheduled to be deleted.

Returns:

  • (Time)


10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-quicksight/types.rb', line 10682

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-quicksight/types.rb', line 10682

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


10682
10683
10684
10685
10686
10687
10688
10689
10690
# File 'lib/aws-sdk-quicksight/types.rb', line 10682

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