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)


10645
10646
10647
10648
10649
10650
10651
10652
10653
# File 'lib/aws-sdk-quicksight/types.rb', line 10645

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)


10645
10646
10647
10648
10649
10650
10651
10652
10653
# File 'lib/aws-sdk-quicksight/types.rb', line 10645

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)


10645
10646
10647
10648
10649
10650
10651
10652
10653
# File 'lib/aws-sdk-quicksight/types.rb', line 10645

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)


10645
10646
10647
10648
10649
10650
10651
10652
10653
# File 'lib/aws-sdk-quicksight/types.rb', line 10645

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)


10645
10646
10647
10648
10649
10650
10651
10652
10653
# File 'lib/aws-sdk-quicksight/types.rb', line 10645

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