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)


35196
35197
35198
35199
35200
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35196

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