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.
12022 12023 12024 12025 12026 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12022 class DecalSettingsConfiguration < Struct.new( :custom_decal_settings) SENSITIVE = [] include Aws::Structure end |