Class: Aws::QuickSight::Types::UpdateAccountCustomizationRequest

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

#account_customizationTypes::AccountCustomization

The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.



30431
30432
30433
30434
30435
30436
30437
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30431

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

#aws_account_idString

The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.

Returns:

  • (String)


30431
30432
30433
30434
30435
30436
30437
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30431

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

#namespaceString

The namespace that you want to update Amazon QuickSight customizations for.

Returns:

  • (String)


30431
30432
30433
30434
30435
30436
30437
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30431

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