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.
13030 13031 13032 13033 13034 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13030 class DecalSettingsConfiguration < Struct.new( :custom_decal_settings) SENSITIVE = [] include Aws::Structure end |