Struct aws_sdk_config::model::ResourceCountFilters
source · [−]#[non_exhaustive]pub struct ResourceCountFilters { /* private fields */ }Expand description
Filters the resource count based on account ID, region, and resource type.
Implementations
sourceimpl ResourceCountFilters
impl ResourceCountFilters
sourcepub fn resource_type(&self) -> Option<&ResourceType>
pub fn resource_type(&self) -> Option<&ResourceType>
The type of the Amazon Web Services resource.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The 12-digit ID of the account.
sourceimpl ResourceCountFilters
impl ResourceCountFilters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourceCountFilters.
Trait Implementations
sourceimpl Clone for ResourceCountFilters
impl Clone for ResourceCountFilters
sourcefn clone(&self) -> ResourceCountFilters
fn clone(&self) -> ResourceCountFilters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ResourceCountFilters
impl Debug for ResourceCountFilters
sourceimpl PartialEq<ResourceCountFilters> for ResourceCountFilters
impl PartialEq<ResourceCountFilters> for ResourceCountFilters
sourcefn eq(&self, other: &ResourceCountFilters) -> bool
fn eq(&self, other: &ResourceCountFilters) -> bool
impl StructuralPartialEq for ResourceCountFilters
Auto Trait Implementations
impl RefUnwindSafe for ResourceCountFilters
impl Send for ResourceCountFilters
impl Sync for ResourceCountFilters
impl Unpin for ResourceCountFilters
impl UnwindSafe for ResourceCountFilters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more