Struct aws_sdk_ssm::input::GetOpsSummaryInput
source · [−]#[non_exhaustive]pub struct GetOpsSummaryInput { /* private fields */ }
Implementations
sourceimpl GetOpsSummaryInput
impl GetOpsSummaryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOpsSummary, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOpsSummary, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetOpsSummary
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetOpsSummaryInput
.
sourceimpl GetOpsSummaryInput
impl GetOpsSummaryInput
sourcepub fn filters(&self) -> Option<&[OpsFilter]>
pub fn filters(&self) -> Option<&[OpsFilter]>
Optional filters used to scope down the returned OpsData.
sourcepub fn aggregators(&self) -> Option<&[OpsAggregator]>
pub fn aggregators(&self) -> Option<&[OpsAggregator]>
Optional aggregators that return counts of OpsData based on one or more expressions.
sourcepub fn result_attributes(&self) -> Option<&[OpsResultAttribute]>
pub fn result_attributes(&self) -> Option<&[OpsResultAttribute]>
The OpsData data type to return.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to start the list. Use this token to get the next set of results.
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
sourceimpl Clone for GetOpsSummaryInput
impl Clone for GetOpsSummaryInput
sourcefn clone(&self) -> GetOpsSummaryInput
fn clone(&self) -> GetOpsSummaryInput
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 GetOpsSummaryInput
impl Debug for GetOpsSummaryInput
sourceimpl PartialEq<GetOpsSummaryInput> for GetOpsSummaryInput
impl PartialEq<GetOpsSummaryInput> for GetOpsSummaryInput
sourcefn eq(&self, other: &GetOpsSummaryInput) -> bool
fn eq(&self, other: &GetOpsSummaryInput) -> bool
impl StructuralPartialEq for GetOpsSummaryInput
Auto Trait Implementations
impl RefUnwindSafe for GetOpsSummaryInput
impl Send for GetOpsSummaryInput
impl Sync for GetOpsSummaryInput
impl Unpin for GetOpsSummaryInput
impl UnwindSafe for GetOpsSummaryInput
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