Struct aws_sdk_shield::model::attack_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AttackSummary
Implementations
The unique identifier (ID) of the attack.
The unique identifier (ID) of the attack.
The ARN (Amazon Resource Name) of the resource that was attacked.
The ARN (Amazon Resource Name) of the resource that was attacked.
The start time of the attack, in Unix time in seconds.
The start time of the attack, in Unix time in seconds.
The end time of the attack, in Unix time in seconds.
The end time of the attack, in Unix time in seconds.
Appends an item to attack_vectors
.
To override the contents of this collection use set_attack_vectors
.
The list of attacks for a specified time period.
The list of attacks for a specified time period.
Consumes the builder and constructs a AttackSummary
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