Class: Aws::QuickSight::Types::UpdateAnalysisResponse

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.

Returns:

  • (String)


30305
30306
30307
30308
30309
30310
30311
30312
30313
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30305

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

#arnString

The ARN of the analysis that you're updating.

Returns:

  • (String)


30305
30306
30307
30308
30309
30310
30311
30312
30313
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30305

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


30305
30306
30307
30308
30309
30310
30311
30312
30313
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30305

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


30305
30306
30307
30308
30309
30310
30311
30312
30313
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30305

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

#update_statusString

The update status of the last update that was made to the analysis.

Returns:

  • (String)


30305
30306
30307
30308
30309
30310
30311
30312
30313
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30305

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