| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Template.AnalysisDefaultsProperty
Documentation
data SpacingProperty Source #
Constructors
| SpacingProperty | |
Instances
data DefaultNewSheetConfigurationProperty Source #
Constructors
| DefaultNewSheetConfigurationProperty | |
Instances
| ToJSON DefaultNewSheetConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultNewSheetConfigurationProperty | |||||
| Show DefaultNewSheetConfigurationProperty Source # | |||||
| Eq DefaultNewSheetConfigurationProperty Source # | |||||
| ToResourceProperties DefaultNewSheetConfigurationProperty Source # | |||||
| Property "InteractiveLayoutConfiguration" DefaultNewSheetConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultNewSheetConfigurationProperty Associated Types
Methods set :: PropertyType "InteractiveLayoutConfiguration" DefaultNewSheetConfigurationProperty -> DefaultNewSheetConfigurationProperty -> DefaultNewSheetConfigurationProperty # | |||||
| Property "PaginatedLayoutConfiguration" DefaultNewSheetConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultNewSheetConfigurationProperty Associated Types
Methods set :: PropertyType "PaginatedLayoutConfiguration" DefaultNewSheetConfigurationProperty -> DefaultNewSheetConfigurationProperty -> DefaultNewSheetConfigurationProperty # | |||||
| Property "SheetContentType" DefaultNewSheetConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultNewSheetConfigurationProperty Associated Types
Methods set :: PropertyType "SheetContentType" DefaultNewSheetConfigurationProperty -> DefaultNewSheetConfigurationProperty -> DefaultNewSheetConfigurationProperty # | |||||
| type PropertyType "InteractiveLayoutConfiguration" DefaultNewSheetConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultNewSheetConfigurationProperty type PropertyType "InteractiveLayoutConfiguration" DefaultNewSheetConfigurationProperty = DefaultInteractiveLayoutConfigurationProperty | |||||
| type PropertyType "PaginatedLayoutConfiguration" DefaultNewSheetConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultNewSheetConfigurationProperty type PropertyType "PaginatedLayoutConfiguration" DefaultNewSheetConfigurationProperty = DefaultPaginatedLayoutConfigurationProperty | |||||
| type PropertyType "SheetContentType" DefaultNewSheetConfigurationProperty Source # | |||||
data DefaultFreeFormLayoutConfigurationProperty Source #
Constructors
| DefaultFreeFormLayoutConfigurationProperty | |
Instances
| ToJSON DefaultFreeFormLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultFreeFormLayoutConfigurationProperty Methods toJSON :: DefaultFreeFormLayoutConfigurationProperty -> Value # toEncoding :: DefaultFreeFormLayoutConfigurationProperty -> Encoding # toJSONList :: [DefaultFreeFormLayoutConfigurationProperty] -> Value # toEncodingList :: [DefaultFreeFormLayoutConfigurationProperty] -> Encoding # omitField :: DefaultFreeFormLayoutConfigurationProperty -> Bool # | |||||
| Show DefaultFreeFormLayoutConfigurationProperty Source # | |||||
| Eq DefaultFreeFormLayoutConfigurationProperty Source # | |||||
| ToResourceProperties DefaultFreeFormLayoutConfigurationProperty Source # | |||||
| Property "CanvasSizeOptions" DefaultFreeFormLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultFreeFormLayoutConfigurationProperty Associated Types
Methods set :: PropertyType "CanvasSizeOptions" DefaultFreeFormLayoutConfigurationProperty -> DefaultFreeFormLayoutConfigurationProperty -> DefaultFreeFormLayoutConfigurationProperty # | |||||
| type PropertyType "CanvasSizeOptions" DefaultFreeFormLayoutConfigurationProperty Source # | |||||
data FreeFormLayoutCanvasSizeOptionsProperty Source #
Constructors
| FreeFormLayoutCanvasSizeOptionsProperty | |
Instances
| ToJSON FreeFormLayoutCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FreeFormLayoutCanvasSizeOptionsProperty Methods toJSON :: FreeFormLayoutCanvasSizeOptionsProperty -> Value # toEncoding :: FreeFormLayoutCanvasSizeOptionsProperty -> Encoding # toJSONList :: [FreeFormLayoutCanvasSizeOptionsProperty] -> Value # toEncodingList :: [FreeFormLayoutCanvasSizeOptionsProperty] -> Encoding # omitField :: FreeFormLayoutCanvasSizeOptionsProperty -> Bool # | |||||
| Show FreeFormLayoutCanvasSizeOptionsProperty Source # | |||||
| Eq FreeFormLayoutCanvasSizeOptionsProperty Source # | |||||
| ToResourceProperties FreeFormLayoutCanvasSizeOptionsProperty Source # | |||||
| Property "ScreenCanvasSizeOptions" FreeFormLayoutCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FreeFormLayoutCanvasSizeOptionsProperty Associated Types
Methods set :: PropertyType "ScreenCanvasSizeOptions" FreeFormLayoutCanvasSizeOptionsProperty -> FreeFormLayoutCanvasSizeOptionsProperty -> FreeFormLayoutCanvasSizeOptionsProperty # | |||||
| type PropertyType "ScreenCanvasSizeOptions" FreeFormLayoutCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FreeFormLayoutCanvasSizeOptionsProperty type PropertyType "ScreenCanvasSizeOptions" FreeFormLayoutCanvasSizeOptionsProperty = FreeFormLayoutScreenCanvasSizeOptionsProperty | |||||
data DefaultGridLayoutConfigurationProperty Source #
Constructors
| DefaultGridLayoutConfigurationProperty | |
Instances
| ToJSON DefaultGridLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultGridLayoutConfigurationProperty Methods toJSON :: DefaultGridLayoutConfigurationProperty -> Value # toEncoding :: DefaultGridLayoutConfigurationProperty -> Encoding # toJSONList :: [DefaultGridLayoutConfigurationProperty] -> Value # toEncodingList :: [DefaultGridLayoutConfigurationProperty] -> Encoding # omitField :: DefaultGridLayoutConfigurationProperty -> Bool # | |||||
| Show DefaultGridLayoutConfigurationProperty Source # | |||||
| Eq DefaultGridLayoutConfigurationProperty Source # | |||||
| ToResourceProperties DefaultGridLayoutConfigurationProperty Source # | |||||
| Property "CanvasSizeOptions" DefaultGridLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultGridLayoutConfigurationProperty Associated Types
Methods set :: PropertyType "CanvasSizeOptions" DefaultGridLayoutConfigurationProperty -> DefaultGridLayoutConfigurationProperty -> DefaultGridLayoutConfigurationProperty # | |||||
| type PropertyType "CanvasSizeOptions" DefaultGridLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultGridLayoutConfigurationProperty type PropertyType "CanvasSizeOptions" DefaultGridLayoutConfigurationProperty = GridLayoutCanvasSizeOptionsProperty | |||||
data GridLayoutCanvasSizeOptionsProperty Source #
Constructors
| GridLayoutCanvasSizeOptionsProperty | |
Instances
| ToJSON GridLayoutCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutCanvasSizeOptionsProperty | |||||
| Show GridLayoutCanvasSizeOptionsProperty Source # | |||||
| Eq GridLayoutCanvasSizeOptionsProperty Source # | |||||
| ToResourceProperties GridLayoutCanvasSizeOptionsProperty Source # | |||||
| Property "ScreenCanvasSizeOptions" GridLayoutCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutCanvasSizeOptionsProperty Associated Types
Methods set :: PropertyType "ScreenCanvasSizeOptions" GridLayoutCanvasSizeOptionsProperty -> GridLayoutCanvasSizeOptionsProperty -> GridLayoutCanvasSizeOptionsProperty # | |||||
| type PropertyType "ScreenCanvasSizeOptions" GridLayoutCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutCanvasSizeOptionsProperty type PropertyType "ScreenCanvasSizeOptions" GridLayoutCanvasSizeOptionsProperty = GridLayoutScreenCanvasSizeOptionsProperty | |||||
data DefaultInteractiveLayoutConfigurationProperty Source #
Constructors
| DefaultInteractiveLayoutConfigurationProperty | |
Fields | |
Instances
| ToJSON DefaultInteractiveLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultInteractiveLayoutConfigurationProperty Methods toJSON :: DefaultInteractiveLayoutConfigurationProperty -> Value # toEncoding :: DefaultInteractiveLayoutConfigurationProperty -> Encoding # toJSONList :: [DefaultInteractiveLayoutConfigurationProperty] -> Value # toEncodingList :: [DefaultInteractiveLayoutConfigurationProperty] -> Encoding # omitField :: DefaultInteractiveLayoutConfigurationProperty -> Bool # | |||||
| Show DefaultInteractiveLayoutConfigurationProperty Source # | |||||
| Eq DefaultInteractiveLayoutConfigurationProperty Source # | |||||
| ToResourceProperties DefaultInteractiveLayoutConfigurationProperty Source # | |||||
| Property "FreeForm" DefaultInteractiveLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultInteractiveLayoutConfigurationProperty Associated Types
| |||||
| Property "Grid" DefaultInteractiveLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultInteractiveLayoutConfigurationProperty Associated Types
| |||||
| type PropertyType "FreeForm" DefaultInteractiveLayoutConfigurationProperty Source # | |||||
| type PropertyType "Grid" DefaultInteractiveLayoutConfigurationProperty Source # | |||||
data DefaultPaginatedLayoutConfigurationProperty Source #
Constructors
| DefaultPaginatedLayoutConfigurationProperty | |
Instances
| ToJSON DefaultPaginatedLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultPaginatedLayoutConfigurationProperty Methods toJSON :: DefaultPaginatedLayoutConfigurationProperty -> Value # toEncoding :: DefaultPaginatedLayoutConfigurationProperty -> Encoding # toJSONList :: [DefaultPaginatedLayoutConfigurationProperty] -> Value # toEncodingList :: [DefaultPaginatedLayoutConfigurationProperty] -> Encoding # omitField :: DefaultPaginatedLayoutConfigurationProperty -> Bool # | |||||
| Show DefaultPaginatedLayoutConfigurationProperty Source # | |||||
| Eq DefaultPaginatedLayoutConfigurationProperty Source # | |||||
| ToResourceProperties DefaultPaginatedLayoutConfigurationProperty Source # | |||||
| Property "SectionBased" DefaultPaginatedLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultPaginatedLayoutConfigurationProperty Associated Types
| |||||
| type PropertyType "SectionBased" DefaultPaginatedLayoutConfigurationProperty Source # | |||||
data DefaultSectionBasedLayoutConfigurationProperty Source #
Constructors
| DefaultSectionBasedLayoutConfigurationProperty | |
Instances
| ToJSON DefaultSectionBasedLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultSectionBasedLayoutConfigurationProperty Methods toJSON :: DefaultSectionBasedLayoutConfigurationProperty -> Value # toEncoding :: DefaultSectionBasedLayoutConfigurationProperty -> Encoding # toJSONList :: [DefaultSectionBasedLayoutConfigurationProperty] -> Value # toEncodingList :: [DefaultSectionBasedLayoutConfigurationProperty] -> Encoding # omitField :: DefaultSectionBasedLayoutConfigurationProperty -> Bool # | |||||
| Show DefaultSectionBasedLayoutConfigurationProperty Source # | |||||
| Eq DefaultSectionBasedLayoutConfigurationProperty Source # | |||||
| ToResourceProperties DefaultSectionBasedLayoutConfigurationProperty Source # | |||||
| Property "CanvasSizeOptions" DefaultSectionBasedLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.DefaultSectionBasedLayoutConfigurationProperty Associated Types
Methods set :: PropertyType "CanvasSizeOptions" DefaultSectionBasedLayoutConfigurationProperty -> DefaultSectionBasedLayoutConfigurationProperty -> DefaultSectionBasedLayoutConfigurationProperty # | |||||
| type PropertyType "CanvasSizeOptions" DefaultSectionBasedLayoutConfigurationProperty Source # | |||||
data SectionBasedLayoutCanvasSizeOptionsProperty Source #
Constructors
| SectionBasedLayoutCanvasSizeOptionsProperty | |
Instances
| ToJSON SectionBasedLayoutCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.SectionBasedLayoutCanvasSizeOptionsProperty Methods toJSON :: SectionBasedLayoutCanvasSizeOptionsProperty -> Value # toEncoding :: SectionBasedLayoutCanvasSizeOptionsProperty -> Encoding # toJSONList :: [SectionBasedLayoutCanvasSizeOptionsProperty] -> Value # toEncodingList :: [SectionBasedLayoutCanvasSizeOptionsProperty] -> Encoding # omitField :: SectionBasedLayoutCanvasSizeOptionsProperty -> Bool # | |||||
| Show SectionBasedLayoutCanvasSizeOptionsProperty Source # | |||||
| Eq SectionBasedLayoutCanvasSizeOptionsProperty Source # | |||||
| ToResourceProperties SectionBasedLayoutCanvasSizeOptionsProperty Source # | |||||
| Property "PaperCanvasSizeOptions" SectionBasedLayoutCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.SectionBasedLayoutCanvasSizeOptionsProperty Associated Types
Methods set :: PropertyType "PaperCanvasSizeOptions" SectionBasedLayoutCanvasSizeOptionsProperty -> SectionBasedLayoutCanvasSizeOptionsProperty -> SectionBasedLayoutCanvasSizeOptionsProperty # | |||||
| type PropertyType "PaperCanvasSizeOptions" SectionBasedLayoutCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.SectionBasedLayoutCanvasSizeOptionsProperty type PropertyType "PaperCanvasSizeOptions" SectionBasedLayoutCanvasSizeOptionsProperty = SectionBasedLayoutPaperCanvasSizeOptionsProperty | |||||
data FreeFormLayoutScreenCanvasSizeOptionsProperty Source #
Constructors
| FreeFormLayoutScreenCanvasSizeOptionsProperty | |
Fields | |
Instances
| ToJSON FreeFormLayoutScreenCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FreeFormLayoutScreenCanvasSizeOptionsProperty Methods toJSON :: FreeFormLayoutScreenCanvasSizeOptionsProperty -> Value # toEncoding :: FreeFormLayoutScreenCanvasSizeOptionsProperty -> Encoding # toJSONList :: [FreeFormLayoutScreenCanvasSizeOptionsProperty] -> Value # toEncodingList :: [FreeFormLayoutScreenCanvasSizeOptionsProperty] -> Encoding # omitField :: FreeFormLayoutScreenCanvasSizeOptionsProperty -> Bool # | |||||
| Show FreeFormLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| Eq FreeFormLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| ToResourceProperties FreeFormLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| Property "OptimizedViewPortWidth" FreeFormLayoutScreenCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FreeFormLayoutScreenCanvasSizeOptionsProperty Associated Types
Methods set :: PropertyType "OptimizedViewPortWidth" FreeFormLayoutScreenCanvasSizeOptionsProperty -> FreeFormLayoutScreenCanvasSizeOptionsProperty -> FreeFormLayoutScreenCanvasSizeOptionsProperty # | |||||
| type PropertyType "OptimizedViewPortWidth" FreeFormLayoutScreenCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.FreeFormLayoutScreenCanvasSizeOptionsProperty type PropertyType "OptimizedViewPortWidth" FreeFormLayoutScreenCanvasSizeOptionsProperty = Value Text | |||||
data GridLayoutScreenCanvasSizeOptionsProperty Source #
Constructors
| GridLayoutScreenCanvasSizeOptionsProperty | |
Fields
| |
Instances
| ToJSON GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutScreenCanvasSizeOptionsProperty Methods toJSON :: GridLayoutScreenCanvasSizeOptionsProperty -> Value # toEncoding :: GridLayoutScreenCanvasSizeOptionsProperty -> Encoding # toJSONList :: [GridLayoutScreenCanvasSizeOptionsProperty] -> Value # toEncodingList :: [GridLayoutScreenCanvasSizeOptionsProperty] -> Encoding # omitField :: GridLayoutScreenCanvasSizeOptionsProperty -> Bool # | |||||
| Show GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| Eq GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| ToResourceProperties GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| Property "OptimizedViewPortWidth" GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutScreenCanvasSizeOptionsProperty Associated Types
Methods set :: PropertyType "OptimizedViewPortWidth" GridLayoutScreenCanvasSizeOptionsProperty -> GridLayoutScreenCanvasSizeOptionsProperty -> GridLayoutScreenCanvasSizeOptionsProperty # | |||||
| Property "ResizeOption" GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutScreenCanvasSizeOptionsProperty Associated Types
Methods set :: PropertyType "ResizeOption" GridLayoutScreenCanvasSizeOptionsProperty -> GridLayoutScreenCanvasSizeOptionsProperty -> GridLayoutScreenCanvasSizeOptionsProperty # | |||||
| type PropertyType "OptimizedViewPortWidth" GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| type PropertyType "ResizeOption" GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
data SectionBasedLayoutPaperCanvasSizeOptionsProperty Source #
Constructors
| SectionBasedLayoutPaperCanvasSizeOptionsProperty | |
Fields
| |
Instances
| ToJSON SectionBasedLayoutPaperCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.SectionBasedLayoutPaperCanvasSizeOptionsProperty Methods toJSON :: SectionBasedLayoutPaperCanvasSizeOptionsProperty -> Value # toEncoding :: SectionBasedLayoutPaperCanvasSizeOptionsProperty -> Encoding # toJSONList :: [SectionBasedLayoutPaperCanvasSizeOptionsProperty] -> Value # toEncodingList :: [SectionBasedLayoutPaperCanvasSizeOptionsProperty] -> Encoding # omitField :: SectionBasedLayoutPaperCanvasSizeOptionsProperty -> Bool # | |||||
| Show SectionBasedLayoutPaperCanvasSizeOptionsProperty Source # | |||||
| Eq SectionBasedLayoutPaperCanvasSizeOptionsProperty Source # | |||||
| ToResourceProperties SectionBasedLayoutPaperCanvasSizeOptionsProperty Source # | |||||
| Property "PaperMargin" SectionBasedLayoutPaperCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.SectionBasedLayoutPaperCanvasSizeOptionsProperty Associated Types
| |||||
| Property "PaperOrientation" SectionBasedLayoutPaperCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.SectionBasedLayoutPaperCanvasSizeOptionsProperty Associated Types
Methods set :: PropertyType "PaperOrientation" SectionBasedLayoutPaperCanvasSizeOptionsProperty -> SectionBasedLayoutPaperCanvasSizeOptionsProperty -> SectionBasedLayoutPaperCanvasSizeOptionsProperty # | |||||
| Property "PaperSize" SectionBasedLayoutPaperCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.SectionBasedLayoutPaperCanvasSizeOptionsProperty Associated Types
| |||||
| type PropertyType "PaperMargin" SectionBasedLayoutPaperCanvasSizeOptionsProperty Source # | |||||
| type PropertyType "PaperOrientation" SectionBasedLayoutPaperCanvasSizeOptionsProperty Source # | |||||
| type PropertyType "PaperSize" SectionBasedLayoutPaperCanvasSizeOptionsProperty Source # | |||||
mkDefaultFreeFormLayoutConfigurationProperty :: FreeFormLayoutCanvasSizeOptionsProperty -> DefaultFreeFormLayoutConfigurationProperty Source #
mkDefaultGridLayoutConfigurationProperty :: GridLayoutCanvasSizeOptionsProperty -> DefaultGridLayoutConfigurationProperty Source #
mkDefaultInteractiveLayoutConfigurationProperty :: DefaultInteractiveLayoutConfigurationProperty Source #
mkDefaultPaginatedLayoutConfigurationProperty :: DefaultPaginatedLayoutConfigurationProperty Source #
mkDefaultSectionBasedLayoutConfigurationProperty :: SectionBasedLayoutCanvasSizeOptionsProperty -> DefaultSectionBasedLayoutConfigurationProperty Source #
mkFreeFormLayoutScreenCanvasSizeOptionsProperty :: Value Text -> FreeFormLayoutScreenCanvasSizeOptionsProperty Source #
mkGridLayoutScreenCanvasSizeOptionsProperty :: Value Text -> GridLayoutScreenCanvasSizeOptionsProperty Source #
mkSectionBasedLayoutCanvasSizeOptionsProperty :: SectionBasedLayoutCanvasSizeOptionsProperty Source #
mkSectionBasedLayoutPaperCanvasSizeOptionsProperty :: SectionBasedLayoutPaperCanvasSizeOptionsProperty Source #
data AnalysisDefaultsProperty Source #
Constructors
| AnalysisDefaultsProperty | |
Instances
| ToJSON AnalysisDefaultsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AnalysisDefaultsProperty Methods toJSON :: AnalysisDefaultsProperty -> Value # toEncoding :: AnalysisDefaultsProperty -> Encoding # toJSONList :: [AnalysisDefaultsProperty] -> Value # | |||||
| Show AnalysisDefaultsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AnalysisDefaultsProperty Methods showsPrec :: Int -> AnalysisDefaultsProperty -> ShowS # show :: AnalysisDefaultsProperty -> String # showList :: [AnalysisDefaultsProperty] -> ShowS # | |||||
| Eq AnalysisDefaultsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AnalysisDefaultsProperty Methods (==) :: AnalysisDefaultsProperty -> AnalysisDefaultsProperty -> Bool # (/=) :: AnalysisDefaultsProperty -> AnalysisDefaultsProperty -> Bool # | |||||
| ToResourceProperties AnalysisDefaultsProperty Source # | |||||
| Property "DefaultNewSheetConfiguration" AnalysisDefaultsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AnalysisDefaultsProperty Associated Types
Methods set :: PropertyType "DefaultNewSheetConfiguration" AnalysisDefaultsProperty -> AnalysisDefaultsProperty -> AnalysisDefaultsProperty # | |||||
| type PropertyType "DefaultNewSheetConfiguration" AnalysisDefaultsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AnalysisDefaultsProperty type PropertyType "DefaultNewSheetConfiguration" AnalysisDefaultsProperty = DefaultNewSheetConfigurationProperty | |||||