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.Braket.Types.SearchDevicesFilter
Description
Documentation
data SearchDevicesFilter Source #
The filter to use for searching devices.
See: newSearchDevicesFilter
smart constructor.
Constructors
SearchDevicesFilter' | |
Instances
newSearchDevicesFilter Source #
Arguments
:: Text | |
-> NonEmpty Text | |
-> SearchDevicesFilter |
Create a value of SearchDevicesFilter
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:name:SearchDevicesFilter'
, searchDevicesFilter_name
- The name to use to filter results.
$sel:values:SearchDevicesFilter'
, searchDevicesFilter_values
- The values to use to filter results.
searchDevicesFilter_name :: Lens' SearchDevicesFilter Text Source #
The name to use to filter results.
searchDevicesFilter_values :: Lens' SearchDevicesFilter (NonEmpty Text) Source #
The values to use to filter results.