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 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 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)


34875
34876
34877
34878
34879
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34875

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