Struct aws_sdk_shield::model::SubResourceSummary
source · [−]#[non_exhaustive]pub struct SubResourceSummary { /* private fields */ }
Expand description
The attack information for the specified SubResource.
Implementations
sourceimpl SubResourceSummary
impl SubResourceSummary
sourcepub fn type(&self) -> Option<&SubResourceType>
pub fn type(&self) -> Option<&SubResourceType>
The SubResource
type.
sourcepub fn attack_vectors(&self) -> Option<&[SummarizedAttackVector]>
pub fn attack_vectors(&self) -> Option<&[SummarizedAttackVector]>
The list of attack types and associated counters.
sourcepub fn counters(&self) -> Option<&[SummarizedCounter]>
pub fn counters(&self) -> Option<&[SummarizedCounter]>
The counters that describe the details of the attack.
sourceimpl SubResourceSummary
impl SubResourceSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubResourceSummary
.
Trait Implementations
sourceimpl Clone for SubResourceSummary
impl Clone for SubResourceSummary
sourcefn clone(&self) -> SubResourceSummary
fn clone(&self) -> SubResourceSummary
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 SubResourceSummary
impl Debug for SubResourceSummary
sourceimpl PartialEq<SubResourceSummary> for SubResourceSummary
impl PartialEq<SubResourceSummary> for SubResourceSummary
sourcefn eq(&self, other: &SubResourceSummary) -> bool
fn eq(&self, other: &SubResourceSummary) -> bool
impl StructuralPartialEq for SubResourceSummary
Auto Trait Implementations
impl RefUnwindSafe for SubResourceSummary
impl Send for SubResourceSummary
impl Sync for SubResourceSummary
impl Unpin for SubResourceSummary
impl UnwindSafe for SubResourceSummary
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