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_customization ⇒ Types::AccountCustomization

The Quick Sight customizations you're updating.



48533
48534
48535
48536
48537
48538
48539
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48533

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

#aws_account_id ⇒ String

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

Returns:

  • (String)


48533
48534
48535
48536
48537
48538
48539
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48533

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

#namespace ⇒ String

The namespace that you want to update Quick Sight customizations for.

Returns:

  • (String)


48533
48534
48535
48536
48537
48538
48539
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48533

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