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 Suite self-upgrade configuration that you want to update.

Returns:

  • (String)


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

#namespaceString

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

Returns:

  • (String)


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_statusString

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

Returns:

  • (String)


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