Struct aws_sdk_inspector2::operation::list_finding_aggregations::ListFindingAggregationsOutput
source · #[non_exhaustive]pub struct ListFindingAggregationsOutput {
pub aggregation_type: AggregationType,
pub responses: Option<Vec<AggregationResponse>>,
pub next_token: Option<String>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.aggregation_type: AggregationTypeThe type of aggregation to perform.
responses: Option<Vec<AggregationResponse>>Objects that contain the results of an aggregation operation.
next_token: Option<String>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.
Implementations§
source§impl ListFindingAggregationsOutput
impl ListFindingAggregationsOutput
sourcepub fn aggregation_type(&self) -> &AggregationType
pub fn aggregation_type(&self) -> &AggregationType
The type of aggregation to perform.
sourcepub fn responses(&self) -> &[AggregationResponse]
pub fn responses(&self) -> &[AggregationResponse]
Objects that contain the results of an aggregation operation.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .responses.is_none().
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.
source§impl ListFindingAggregationsOutput
impl ListFindingAggregationsOutput
sourcepub fn builder() -> ListFindingAggregationsOutputBuilder
pub fn builder() -> ListFindingAggregationsOutputBuilder
Creates a new builder-style object to manufacture ListFindingAggregationsOutput.
Trait Implementations§
source§impl Clone for ListFindingAggregationsOutput
impl Clone for ListFindingAggregationsOutput
source§fn clone(&self) -> ListFindingAggregationsOutput
fn clone(&self) -> ListFindingAggregationsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for ListFindingAggregationsOutput
impl PartialEq for ListFindingAggregationsOutput
source§fn eq(&self, other: &ListFindingAggregationsOutput) -> bool
fn eq(&self, other: &ListFindingAggregationsOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for ListFindingAggregationsOutput
impl RequestId for ListFindingAggregationsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.