Class: Aws::QuickSight::Types::DecalSettingsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DecalSettingsConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Decal settings configuration for a column
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_decal_settings ⇒ Array<Types::DecalSettings>
A list of up to 50 decal settings.
Instance Attribute Details
#custom_decal_settings ⇒ Array<Types::DecalSettings>
A list of up to 50 decal settings.
12017 12018 12019 12020 12021 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12017 class DecalSettingsConfiguration < Struct.new( :custom_decal_settings) SENSITIVE = [] include Aws::Structure end |