Class: Aws::QuickSight::Types::SelfUpgradeConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The self-upgrade configuration for the Quick Suite account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#self_upgrade_statusString

Status set for the self-upgrade configuration for the Quick Suite account. It can contain the following values:

  • AUTO_APPROVAL: All the self-upgrade requests will be auto approved.

  • ADMIN_APPROVAL: All the self-upgrade requests will require admin approval.

Returns:

  • (String)


33769
33770
33771
33772
33773
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33769

class SelfUpgradeConfiguration < Struct.new(
  :self_upgrade_status)
  SENSITIVE = []
  include Aws::Structure
end