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)


43729
43730
43731
43732
43733
43734
43735
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43729

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)


43729
43730
43731
43732
43733
43734
43735
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43729

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)


43729
43730
43731
43732
43733
43734
43735
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43729

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