| 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.QuickSight.Types.TwitterParameters
Description
Documentation
data TwitterParameters Source #
The parameters for Twitter.
See: newTwitterParameters smart constructor.
Constructors
| TwitterParameters' | |
Instances
Arguments
| :: Text | |
| -> Natural | |
| -> TwitterParameters | 
Create a value of TwitterParameters 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:query:TwitterParameters', twitterParameters_query - Twitter query string.
$sel:maxRows:TwitterParameters', twitterParameters_maxRows - Maximum number of rows to query Twitter.
twitterParameters_query :: Lens' TwitterParameters Text Source #
Twitter query string.
twitterParameters_maxRows :: Lens' TwitterParameters Natural Source #
Maximum number of rows to query Twitter.