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 self-upgrade configuration that you want to update.
-
#namespace ⇒ String
The Quick namespace that you want to update the Quick self-upgrade configuration for.
-
#self_upgrade_status ⇒ String
The self-upgrade status that you want to set for the Quick account.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the Quick self-upgrade configuration that you want to update.
43225 43226 43227 43228 43229 43230 43231 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43225 class UpdateSelfUpgradeConfigurationRequest < Struct.new( :aws_account_id, :namespace, :self_upgrade_status) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The Quick namespace that you want to update the Quick self-upgrade configuration for.
43225 43226 43227 43228 43229 43230 43231 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43225 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 account.
43225 43226 43227 43228 43229 43230 43231 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43225 class UpdateSelfUpgradeConfigurationRequest < Struct.new( :aws_account_id, :namespace, :self_upgrade_status) SENSITIVE = [] include Aws::Structure end |