Struct aws_sdk_securityhub::model::SortCriterion
source · #[non_exhaustive]pub struct SortCriterion { /* private fields */ }
Expand description
A collection of finding attributes used to sort findings.
Implementations§
source§impl SortCriterion
impl SortCriterion
source§impl SortCriterion
impl SortCriterion
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SortCriterion
.
Trait Implementations§
source§impl Clone for SortCriterion
impl Clone for SortCriterion
source§fn clone(&self) -> SortCriterion
fn clone(&self) -> SortCriterion
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