| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.DataBrew.Types.ViewFrame
Description
Synopsis
Documentation
Represents the data being transformed during an action.
See: newViewFrame smart constructor.
Constructors
| ViewFrame' | |
Fields
| |
Instances
| Eq ViewFrame Source # | |
| Read ViewFrame Source # | |
| Show ViewFrame Source # | |
| Generic ViewFrame Source # | |
| NFData ViewFrame Source # | |
Defined in Amazonka.DataBrew.Types.ViewFrame | |
| Hashable ViewFrame Source # | |
Defined in Amazonka.DataBrew.Types.ViewFrame | |
| ToJSON ViewFrame Source # | |
Defined in Amazonka.DataBrew.Types.ViewFrame | |
| type Rep ViewFrame Source # | |
Defined in Amazonka.DataBrew.Types.ViewFrame type Rep ViewFrame = D1 ('MetaData "ViewFrame" "Amazonka.DataBrew.Types.ViewFrame" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "ViewFrame'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hiddenColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "columnRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "startColumnIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))) | |
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:hiddenColumns:ViewFrame', viewFrame_hiddenColumns - A list of columns to hide in the view frame.
$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:startColumnIndex:ViewFrame', viewFrame_startColumnIndex - The starting index for the range of columns to return in the view frame.