Class: Aws::QuickSight::Types::UpdateSelfUpgradeConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that contains the Quick self-upgrade configuration that you want to update.

Returns:

  • (String)


43584
43585
43586
43587
43588
43589
43590
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43584

class UpdateSelfUpgradeConfigurationRequest < Struct.new(
  :aws_account_id,
  :namespace,
  :self_upgrade_status)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The Quick namespace that you want to update the Quick self-upgrade configuration for.

Returns:

  • (String)


43584
43585
43586
43587
43588
43589
43590
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43584

class UpdateSelfUpgradeConfigurationRequest < Struct.new(
  :aws_account_id,
  :namespace,
  :self_upgrade_status)
  SENSITIVE = []
  include Aws::Structure
end

#self_upgrade_statusString

The self-upgrade status that you want to set for the Quick account.

Returns:

  • (String)


43584
43585
43586
43587
43588
43589
43590
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43584

class UpdateSelfUpgradeConfigurationRequest < Struct.new(
  :aws_account_id,
  :namespace,
  :self_upgrade_status)
  SENSITIVE = []
  include Aws::Structure
end