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§
source§impl 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.
source§impl ResourceCountFilters
impl ResourceCountFilters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResourceCountFilters.
Trait Implementations§
source§impl Clone for ResourceCountFilters
impl Clone for ResourceCountFilters
source§fn clone(&self) -> ResourceCountFilters
fn clone(&self) -> ResourceCountFilters
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