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

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

Returns:

  • (String)


9489
9490
9491
9492
9493
9494
9495
9496
9497
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9489

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)


9489
9490
9491
9492
9493
9494
9495
9496
9497
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9489

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)


9489
9490
9491
9492
9493
9494
9495
9496
9497
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9489

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)


9489
9490
9491
9492
9493
9494
9495
9496
9497
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9489

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)


9489
9490
9491
9492
9493
9494
9495
9496
9497
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9489

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