| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty
Documentation
data AggregationFunctionProperty Source #
Constructors
| AggregationFunctionProperty | |
Instances
data AttributeAggregationFunctionProperty Source #
Constructors
| AttributeAggregationFunctionProperty | |
Fields | |
Instances
| ToJSON AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.AttributeAggregationFunctionProperty | |||||
| Show AttributeAggregationFunctionProperty Source # | |||||
| Eq AttributeAggregationFunctionProperty Source # | |||||
| ToResourceProperties AttributeAggregationFunctionProperty Source # | |||||
| Property "SimpleAttributeAggregation" AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.AttributeAggregationFunctionProperty Associated Types
Methods set :: PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty # | |||||
| Property "ValueForMultipleValues" AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.AttributeAggregationFunctionProperty Associated Types
Methods set :: PropertyType "ValueForMultipleValues" AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty # | |||||
| type PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty Source # | |||||
| type PropertyType "ValueForMultipleValues" AttributeAggregationFunctionProperty Source # | |||||
data NumericalAggregationFunctionProperty Source #
Constructors
| NumericalAggregationFunctionProperty | |
Instances
| ToJSON NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty | |||||
| Show NumericalAggregationFunctionProperty Source # | |||||
| Eq NumericalAggregationFunctionProperty Source # | |||||
| ToResourceProperties NumericalAggregationFunctionProperty Source # | |||||
| Property "PercentileAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty Associated Types
Methods set :: PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty # | |||||
| Property "SimpleNumericalAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty Associated Types
Methods set :: PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty # | |||||
| type PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.NumericalAggregationFunctionProperty type PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty = PercentileAggregationProperty | |||||
| type PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty Source # | |||||
data PercentileAggregationProperty Source #
Constructors
| PercentileAggregationProperty | |
Fields
| |
Instances
| ToJSON PercentileAggregationProperty Source # | |||||
| Show PercentileAggregationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.PercentileAggregationProperty Methods showsPrec :: Int -> PercentileAggregationProperty -> ShowS # show :: PercentileAggregationProperty -> String # showList :: [PercentileAggregationProperty] -> ShowS # | |||||
| Eq PercentileAggregationProperty Source # | |||||
| ToResourceProperties PercentileAggregationProperty Source # | |||||
| Property "PercentileValue" PercentileAggregationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.PercentileAggregationProperty Associated Types
Methods set :: PropertyType "PercentileValue" PercentileAggregationProperty -> PercentileAggregationProperty -> PercentileAggregationProperty # | |||||
| type PropertyType "PercentileValue" PercentileAggregationProperty Source # | |||||
data ColumnTooltipItemProperty Source #
Constructors
| ColumnTooltipItemProperty | |
Fields | |
Instances
| ToJSON ColumnTooltipItemProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty Methods toJSON :: ColumnTooltipItemProperty -> Value # toEncoding :: ColumnTooltipItemProperty -> Encoding # toJSONList :: [ColumnTooltipItemProperty] -> Value # | |||||
| Show ColumnTooltipItemProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty Methods showsPrec :: Int -> ColumnTooltipItemProperty -> ShowS # show :: ColumnTooltipItemProperty -> String # showList :: [ColumnTooltipItemProperty] -> ShowS # | |||||
| Eq ColumnTooltipItemProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty Methods (==) :: ColumnTooltipItemProperty -> ColumnTooltipItemProperty -> Bool # (/=) :: ColumnTooltipItemProperty -> ColumnTooltipItemProperty -> Bool # | |||||
| ToResourceProperties ColumnTooltipItemProperty Source # | |||||
| Property "Aggregation" ColumnTooltipItemProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty Associated Types
Methods set :: PropertyType "Aggregation" ColumnTooltipItemProperty -> ColumnTooltipItemProperty -> ColumnTooltipItemProperty # | |||||
| Property "Column" ColumnTooltipItemProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty Associated Types
Methods set :: PropertyType "Column" ColumnTooltipItemProperty -> ColumnTooltipItemProperty -> ColumnTooltipItemProperty # | |||||
| Property "Label" ColumnTooltipItemProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty Associated Types
Methods set :: PropertyType "Label" ColumnTooltipItemProperty -> ColumnTooltipItemProperty -> ColumnTooltipItemProperty # | |||||
| Property "TooltipTarget" ColumnTooltipItemProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty Associated Types
Methods set :: PropertyType "TooltipTarget" ColumnTooltipItemProperty -> ColumnTooltipItemProperty -> ColumnTooltipItemProperty # | |||||
| Property "Visibility" ColumnTooltipItemProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ColumnTooltipItemProperty Associated Types
Methods set :: PropertyType "Visibility" ColumnTooltipItemProperty -> ColumnTooltipItemProperty -> ColumnTooltipItemProperty # | |||||
| type PropertyType "Aggregation" ColumnTooltipItemProperty Source # | |||||
| type PropertyType "Column" ColumnTooltipItemProperty Source # | |||||
| type PropertyType "Label" ColumnTooltipItemProperty Source # | |||||
| type PropertyType "TooltipTarget" ColumnTooltipItemProperty Source # | |||||
| type PropertyType "Visibility" ColumnTooltipItemProperty Source # | |||||