| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Dashboard.FilterScopeConfigurationProperty
Documentation
data SelectedSheetsFilterScopeConfigurationProperty Source #
Constructors
| SelectedSheetsFilterScopeConfigurationProperty | |
Instances
data SheetVisualScopingConfigurationProperty Source #
Constructors
| SheetVisualScopingConfigurationProperty | |
Instances
| ToJSON SheetVisualScopingConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.SheetVisualScopingConfigurationProperty Methods toJSON :: SheetVisualScopingConfigurationProperty -> Value # toEncoding :: SheetVisualScopingConfigurationProperty -> Encoding # toJSONList :: [SheetVisualScopingConfigurationProperty] -> Value # toEncodingList :: [SheetVisualScopingConfigurationProperty] -> Encoding # omitField :: SheetVisualScopingConfigurationProperty -> Bool # | |||||
| Show SheetVisualScopingConfigurationProperty Source # | |||||
| Eq SheetVisualScopingConfigurationProperty Source # | |||||
| ToResourceProperties SheetVisualScopingConfigurationProperty Source # | |||||
| Property "Scope" SheetVisualScopingConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.SheetVisualScopingConfigurationProperty Associated Types
| |||||
| Property "SheetId" SheetVisualScopingConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.SheetVisualScopingConfigurationProperty Associated Types
| |||||
| Property "VisualIds" SheetVisualScopingConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.SheetVisualScopingConfigurationProperty Associated Types
| |||||
| type PropertyType "Scope" SheetVisualScopingConfigurationProperty Source # | |||||
| type PropertyType "SheetId" SheetVisualScopingConfigurationProperty Source # | |||||
| type PropertyType "VisualIds" SheetVisualScopingConfigurationProperty Source # | |||||
mkSelectedSheetsFilterScopeConfigurationProperty :: SelectedSheetsFilterScopeConfigurationProperty Source #
mkSheetVisualScopingConfigurationProperty :: Value Text -> Value Text -> SheetVisualScopingConfigurationProperty Source #
data FilterScopeConfigurationProperty Source #
Constructors
| FilterScopeConfigurationProperty | |
Fields | |
Instances
| ToJSON FilterScopeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.FilterScopeConfigurationProperty | |||||
| Show FilterScopeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.FilterScopeConfigurationProperty Methods showsPrec :: Int -> FilterScopeConfigurationProperty -> ShowS # | |||||
| Eq FilterScopeConfigurationProperty Source # | |||||
| ToResourceProperties FilterScopeConfigurationProperty Source # | |||||
| Property "AllSheets" FilterScopeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.FilterScopeConfigurationProperty Associated Types
Methods set :: PropertyType "AllSheets" FilterScopeConfigurationProperty -> FilterScopeConfigurationProperty -> FilterScopeConfigurationProperty # | |||||
| Property "SelectedSheets" FilterScopeConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.FilterScopeConfigurationProperty Associated Types
Methods set :: PropertyType "SelectedSheets" FilterScopeConfigurationProperty -> FilterScopeConfigurationProperty -> FilterScopeConfigurationProperty # | |||||
| type PropertyType "AllSheets" FilterScopeConfigurationProperty Source # | |||||
| type PropertyType "SelectedSheets" FilterScopeConfigurationProperty Source # | |||||