Struct aws_sdk_computeoptimizer::model::EnrollmentFilter
source · #[non_exhaustive]pub struct EnrollmentFilter { /* private fields */ }
Expand description
Describes a filter that returns a more specific list of account enrollment statuses. Use this filter with the GetEnrollmentStatusesForOrganization
action.
Implementations§
source§impl EnrollmentFilter
impl EnrollmentFilter
sourcepub fn name(&self) -> Option<&EnrollmentFilterName>
pub fn name(&self) -> Option<&EnrollmentFilterName>
The name of the filter.
Specify Status
to return accounts with a specific enrollment status (for example, Active
).
source§impl EnrollmentFilter
impl EnrollmentFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnrollmentFilter
.
Trait Implementations§
source§impl Clone for EnrollmentFilter
impl Clone for EnrollmentFilter
source§fn clone(&self) -> EnrollmentFilter
fn clone(&self) -> EnrollmentFilter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more