Class: Aws::QuickSight::Types::AccountCustomization
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AccountCustomization
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The Quick Sight customizations associated with your Amazon Web Services account or a Quick Sight namespace in a specific Amazon Web Services Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_email_customization_template ⇒ String
The default email customization template.
-
#default_theme ⇒ String
The default theme for this Quick Sight subscription.
Instance Attribute Details
#default_email_customization_template ⇒ String
The default email customization template.
73 74 75 76 77 78 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 73 class AccountCustomization < Struct.new( :default_theme, :default_email_customization_template) SENSITIVE = [] include Aws::Structure end |
#default_theme ⇒ String
The default theme for this Quick Sight subscription.
73 74 75 76 77 78 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 73 class AccountCustomization < Struct.new( :default_theme, :default_email_customization_template) SENSITIVE = [] include Aws::Structure end |