| 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.RolesAnywhere.Types.ListRequest
Description
Synopsis
Documentation
data ListRequest Source #
See: newListRequest smart constructor.
Constructors
| ListRequest' | |
Instances
newListRequest :: ListRequest Source #
Create a value of ListRequest 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:nextToken:ListRequest', listRequest_nextToken - A token that indicates where the output should continue from, if a
previous operation did not show all results. To get the next results,
call the operation again with this value.
$sel:pageSize:ListRequest', listRequest_pageSize - The number of resources in the paginated list.
listRequest_nextToken :: Lens' ListRequest (Maybe Text) Source #
A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.
listRequest_pageSize :: Lens' ListRequest (Maybe Int) Source #
The number of resources in the paginated list.