Class: Aws::QuickSight::Types::DefaultFilterControlConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultFilterControlConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The default configuration for all dependent controls of the filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_options ⇒ Types::DefaultFilterControlOptions
The control option for the
DefaultFilterControlConfiguration
. -
#title ⇒ String
The title of the
DefaultFilterControlConfiguration
.
Instance Attribute Details
#control_options ⇒ Types::DefaultFilterControlOptions
The control option for the DefaultFilterControlConfiguration
.
10207 10208 10209 10210 10211 10212 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10207 class DefaultFilterControlConfiguration < Struct.new( :title, :control_options) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the DefaultFilterControlConfiguration
. This title is
shared by all controls that are tied to this filter.
10207 10208 10209 10210 10211 10212 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10207 class DefaultFilterControlConfiguration < Struct.new( :title, :control_options) SENSITIVE = [] include Aws::Structure end |