Class: Aws::QuickSight::Types::UpdateSelfUpgradeResponse

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


43952
43953
43954
43955
43956
43957
43958
# File 'lib/aws-sdk-quicksight/types.rb', line 43952

class UpdateSelfUpgradeResponse < Struct.new(
  :self_upgrade_request_detail,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#self_upgrade_request_detailTypes::SelfUpgradeRequestDetail

Details of the updated self-upgrade request.



43952
43953
43954
43955
43956
43957
43958
# File 'lib/aws-sdk-quicksight/types.rb', line 43952

class UpdateSelfUpgradeResponse < Struct.new(
  :self_upgrade_request_detail,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


43952
43953
43954
43955
43956
43957
43958
# File 'lib/aws-sdk-quicksight/types.rb', line 43952

class UpdateSelfUpgradeResponse < Struct.new(
  :self_upgrade_request_detail,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end