Class: Aws::QuickSight::Types::ListSelfUpgradesResponse

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

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


29407
29408
29409
29410
29411
29412
29413
29414
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29407

class ListSelfUpgradesResponse < Struct.new(
  :self_upgrade_request_details,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


29407
29408
29409
29410
29411
29412
29413
29414
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29407

class ListSelfUpgradesResponse < Struct.new(
  :self_upgrade_request_details,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#self_upgrade_request_detailsArray<Types::SelfUpgradeRequestDetail>

A list of self-upgrade request details.



29407
29408
29409
29410
29411
29412
29413
29414
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29407

class ListSelfUpgradesResponse < Struct.new(
  :self_upgrade_request_details,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


29407
29408
29409
29410
29411
29412
29413
29414
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29407

class ListSelfUpgradesResponse < Struct.new(
  :self_upgrade_request_details,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end