| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DataBrew.Types.ViewFrame
Description
Synopsis
- data ViewFrame = ViewFrame' {}
- newViewFrame :: Natural -> ViewFrame
- viewFrame_analytics :: Lens' ViewFrame (Maybe AnalyticsMode)
- viewFrame_columnRange :: Lens' ViewFrame (Maybe Natural)
- viewFrame_hiddenColumns :: Lens' ViewFrame (Maybe [Text])
- viewFrame_rowRange :: Lens' ViewFrame (Maybe Int)
- viewFrame_startRowIndex :: Lens' ViewFrame (Maybe Natural)
- viewFrame_startColumnIndex :: Lens' ViewFrame Natural
Documentation
Represents the data being transformed during an action.
See: newViewFrame smart constructor.
Constructors
| ViewFrame' | |
Fields
| |
Instances
Create a value of ViewFrame with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:analytics:ViewFrame', viewFrame_analytics - Controls if analytics computation is enabled or disabled. Enabled by
default.
$sel:columnRange:ViewFrame', viewFrame_columnRange - The number of columns to include in the view frame, beginning with the
StartColumnIndex value and ignoring any columns in the HiddenColumns
list.
$sel:hiddenColumns:ViewFrame', viewFrame_hiddenColumns - A list of columns to hide in the view frame.
$sel:rowRange:ViewFrame', viewFrame_rowRange - The number of rows to include in the view frame, beginning with the
StartRowIndex value.
$sel:startRowIndex:ViewFrame', viewFrame_startRowIndex - The starting index for the range of rows to return in the view frame.
$sel:startColumnIndex:ViewFrame', viewFrame_startColumnIndex - The starting index for the range of columns to return in the view frame.
viewFrame_analytics :: Lens' ViewFrame (Maybe AnalyticsMode) Source #
Controls if analytics computation is enabled or disabled. Enabled by default.
viewFrame_columnRange :: Lens' ViewFrame (Maybe Natural) Source #
The number of columns to include in the view frame, beginning with the
StartColumnIndex value and ignoring any columns in the HiddenColumns
list.
viewFrame_rowRange :: Lens' ViewFrame (Maybe Int) Source #
The number of rows to include in the view frame, beginning with the
StartRowIndex value.