Struct aws_sdk_ssm::input::GetInventoryInput  
source · #[non_exhaustive]pub struct GetInventoryInput { /* private fields */ }Implementations§
source§impl GetInventoryInput
 
impl GetInventoryInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<GetInventory, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<GetInventory, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetInventory>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetInventoryInput.
source§impl GetInventoryInput
 
impl GetInventoryInput
sourcepub fn filters(&self) -> Option<&[InventoryFilter]>
 
pub fn filters(&self) -> Option<&[InventoryFilter]>
One or more filters. Use a filter to return a more specific list of results.
sourcepub fn aggregators(&self) -> Option<&[InventoryAggregator]>
 
pub fn aggregators(&self) -> Option<&[InventoryAggregator]>
Returns counts of inventory types based on one or more expressions. For example, if you aggregate by using an expression that uses the AWS:InstanceInformation.PlatformType type, you can see a count of how many Windows and Linux managed nodes exist in your inventoried fleet.
sourcepub fn result_attributes(&self) -> Option<&[ResultAttribute]>
 
pub fn result_attributes(&self) -> Option<&[ResultAttribute]>
The list of inventory item types to return.
sourcepub fn next_token(&self) -> Option<&str>
 
pub fn next_token(&self) -> Option<&str>
The token for the next set of items to return. (You received this token from a previous call.)
sourcepub fn max_results(&self) -> Option<i32>
 
pub fn max_results(&self) -> Option<i32>
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
Trait Implementations§
source§impl Clone for GetInventoryInput
 
impl Clone for GetInventoryInput
source§fn clone(&self) -> GetInventoryInput
 
fn clone(&self) -> GetInventoryInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetInventoryInput
 
impl Debug for GetInventoryInput
source§impl PartialEq<GetInventoryInput> for GetInventoryInput
 
impl PartialEq<GetInventoryInput> for GetInventoryInput
source§fn eq(&self, other: &GetInventoryInput) -> bool
 
fn eq(&self, other: &GetInventoryInput) -> bool
self and other values to be equal, and is used
by ==.