Class: Aws::QuickSight::Types::SelfUpgradeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SelfUpgradeConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The self-upgrade configuration for the Quick account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#self_upgrade_status ⇒ String
Status set for the self-upgrade configuration for the Quick account.
Instance Attribute Details
#self_upgrade_status ⇒ String
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.
35020 35021 35022 35023 35024 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35020 class SelfUpgradeConfiguration < Struct.new( :self_upgrade_status) SENSITIVE = [] include Aws::Structure end |