Class: Aws::QuickSight::Types::UpdateSelfUpgradeRequest

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

#actionString

The action to perform on the self-upgrade request. Valid values are ‘APPROVE`, `DENY`, or `VERIFY`.

Returns:

  • (String)


42292
42293
42294
42295
42296
42297
42298
42299
# File 'lib/aws-sdk-quicksight/types.rb', line 42292

class UpdateSelfUpgradeRequest < Struct.new(
  :aws_account_id,
  :namespace,
  :upgrade_request_id,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The ID of the Amazon Web Services account that contains the self-upgrade request.

Returns:

  • (String)


42292
42293
42294
42295
42296
42297
42298
42299
# File 'lib/aws-sdk-quicksight/types.rb', line 42292

class UpdateSelfUpgradeRequest < Struct.new(
  :aws_account_id,
  :namespace,
  :upgrade_request_id,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The Quick Suite namespace for the self-upgrade request.

Returns:

  • (String)


42292
42293
42294
42295
42296
42297
42298
42299
# File 'lib/aws-sdk-quicksight/types.rb', line 42292

class UpdateSelfUpgradeRequest < Struct.new(
  :aws_account_id,
  :namespace,
  :upgrade_request_id,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#upgrade_request_idString

The ID of the self-upgrade request to update.

Returns:

  • (String)


42292
42293
42294
42295
42296
42297
42298
42299
# File 'lib/aws-sdk-quicksight/types.rb', line 42292

class UpdateSelfUpgradeRequest < Struct.new(
  :aws_account_id,
  :namespace,
  :upgrade_request_id,
  :action)
  SENSITIVE = []
  include Aws::Structure
end