Class: Aws::QuickSight::Types::DashboardCustomizationVisualOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardCustomizationVisualOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The options that define customizations available to dashboard readers for a specific visual
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields_configuration ⇒ Types::VisualCustomizationFieldsConfiguration
The configuration that controls field customization options available to dashboard readers for a visual.
Instance Attribute Details
#fields_configuration ⇒ Types::VisualCustomizationFieldsConfiguration
The configuration that controls field customization options available to dashboard readers for a visual.
9229 9230 9231 9232 9233 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9229 class DashboardCustomizationVisualOptions < Struct.new( :fields_configuration) SENSITIVE = [] include Aws::Structure end |