Struct aws_sdk_shield::model::sub_resource_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SubResourceSummary
Implementations
The SubResource
type.
The SubResource
type.
The unique identifier (ID) of the SubResource
.
The unique identifier (ID) of the SubResource
.
Appends an item to attack_vectors
.
To override the contents of this collection use set_attack_vectors
.
The list of attack types and associated counters.
The list of attack types and associated counters.
Appends an item to counters
.
To override the contents of this collection use set_counters
.
The counters that describe the details of the attack.
The counters that describe the details of the attack.
Consumes the builder and constructs a SubResourceSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more