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)


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

#namespaceString

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

Returns:

  • (String)


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_statusString

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

Returns:

  • (String)


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