Struct aws_sdk_shield::model::SubResourceSummary
source · #[non_exhaustive]pub struct SubResourceSummary { /* private fields */ }
Expand description
The attack information for the specified SubResource.
Implementations§
source§impl 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.
source§impl SubResourceSummary
impl SubResourceSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubResourceSummary
.
Trait Implementations§
source§impl Clone for SubResourceSummary
impl Clone for SubResourceSummary
source§fn clone(&self) -> SubResourceSummary
fn clone(&self) -> SubResourceSummary
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 moresource§impl Debug for SubResourceSummary
impl Debug for SubResourceSummary
source§impl PartialEq<SubResourceSummary> for SubResourceSummary
impl PartialEq<SubResourceSummary> for SubResourceSummary
source§fn eq(&self, other: &SubResourceSummary) -> bool
fn eq(&self, other: &SubResourceSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.