| 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.ComputeOptimizer.Types.EnrollmentFilter
Description
Documentation
data EnrollmentFilter Source #
Describes a filter that returns a more specific list of account enrollment statuses. Use this filter with the GetEnrollmentStatusesForOrganization action.
See: newEnrollmentFilter smart constructor.
Constructors
| EnrollmentFilter' | |
Instances
newEnrollmentFilter :: EnrollmentFilter Source #
Create a value of EnrollmentFilter 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:EnrollmentFilter', enrollmentFilter_name - The name of the filter.
Specify Status to return accounts with a specific enrollment status
(for example, Active).
$sel:values:EnrollmentFilter', enrollmentFilter_values - The value of the filter.
The valid values are Active, Inactive, Pending, and Failed.
enrollmentFilter_name :: Lens' EnrollmentFilter (Maybe EnrollmentFilterName) Source #
The name of the filter.
Specify Status to return accounts with a specific enrollment status
(for example, Active).
enrollmentFilter_values :: Lens' EnrollmentFilter (Maybe [Text]) Source #
The value of the filter.
The valid values are Active, Inactive, Pending, and Failed.