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

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.

Returns:

  • (String)


32178
32179
32180
32181
32182
32183
32184
32185
32186
# File 'lib/aws-sdk-quicksight/types.rb', line 32178

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)


32178
32179
32180
32181
32182
32183
32184
32185
32186
# File 'lib/aws-sdk-quicksight/types.rb', line 32178

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)


32178
32179
32180
32181
32182
32183
32184
32185
32186
# File 'lib/aws-sdk-quicksight/types.rb', line 32178

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)


32178
32179
32180
32181
32182
32183
32184
32185
32186
# File 'lib/aws-sdk-quicksight/types.rb', line 32178

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)


32178
32179
32180
32181
32182
32183
32184
32185
32186
# File 'lib/aws-sdk-quicksight/types.rb', line 32178

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