Class: Aws::QuickSight::Types::AccountCustomization

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The Amazon QuickSight customizations associated with your Amazon Web Services account or a QuickSight namespace in a specific Amazon Web Services Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_email_customization_templateString

The default email customization template.

Returns:

  • (String)


49
50
51
52
53
54
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49

class AccountCustomization < Struct.new(
  :default_theme,
  :default_email_customization_template)
  SENSITIVE = []
  include Aws::Structure
end

#default_themeString

The default theme for this Amazon QuickSight subscription.

Returns:

  • (String)


49
50
51
52
53
54
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 49

class AccountCustomization < Struct.new(
  :default_theme,
  :default_email_customization_template)
  SENSITIVE = []
  include Aws::Structure
end