Class: Aws::QuickSight::Types::UpdateSelfUpgradeConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateSelfUpgradeConfigurationRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the Quick Suite self-upgrade configuration that you want to update.
-
#namespace ⇒ String
The Quick Suite namespace that you want to update the Quick Suite self-upgrade configuration for.
-
#self_upgrade_status ⇒ String
The self-upgrade status that you want to set for the Quick Suite account.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the Quick Suite self-upgrade configuration that you want to update.
42247 42248 42249 42250 42251 42252 42253 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42247 class UpdateSelfUpgradeConfigurationRequest < Struct.new( :aws_account_id, :namespace, :self_upgrade_status) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The Quick Suite namespace that you want to update the Quick Suite self-upgrade configuration for.
42247 42248 42249 42250 42251 42252 42253 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42247 class UpdateSelfUpgradeConfigurationRequest < Struct.new( :aws_account_id, :namespace, :self_upgrade_status) SENSITIVE = [] include Aws::Structure end |
#self_upgrade_status ⇒ String
The self-upgrade status that you want to set for the Quick Suite account.
42247 42248 42249 42250 42251 42252 42253 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42247 class UpdateSelfUpgradeConfigurationRequest < Struct.new( :aws_account_id, :namespace, :self_upgrade_status) SENSITIVE = [] include Aws::Structure end |