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)


26763
26764
26765
26766
26767
26768
26769
26770
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26763

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)


26763
26764
26765
26766
26767
26768
26769
26770
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26763

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.



26763
26764
26765
26766
26767
26768
26769
26770
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26763

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)


26763
26764
26765
26766
26767
26768
26769
26770
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26763

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