Class: Aws::QuickSight::Types::UpdateAccountCustomizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateAccountCustomizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_customization ⇒ Types::AccountCustomization
The Quick Sight customizations you’re updating.
-
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that you want to update Quick Sight customizations for.
-
#namespace ⇒ String
The namespace that you want to update Quick Sight customizations for.
Instance Attribute Details
#account_customization ⇒ Types::AccountCustomization
The Quick Sight customizations you’re updating.
37834 37835 37836 37837 37838 37839 37840 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37834 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.
37834 37835 37836 37837 37838 37839 37840 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37834 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.
37834 37835 37836 37837 37838 37839 37840 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37834 class UpdateAccountCustomizationRequest < Struct.new( :aws_account_id, :namespace, :account_customization) SENSITIVE = [] include Aws::Structure end |