Struct aws_sdk_inspector::model::assessment_run_agent::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AssessmentRunAgent
Implementations
The AWS account of the EC2 instance where the agent is installed.
The AWS account of the EC2 instance where the agent is installed.
The ARN of the assessment run that is associated with the agent.
The ARN of the assessment run that is associated with the agent.
The current health state of the agent.
The current health state of the agent.
The detailed health state of the agent.
The detailed health state of the agent.
The description for the agent health code.
The description for the agent health code.
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
Appends an item to telemetry_metadata.
To override the contents of this collection use set_telemetry_metadata.
The Amazon Inspector application data metrics that are collected by the agent.
The Amazon Inspector application data metrics that are collected by the agent.
Consumes the builder and constructs a AssessmentRunAgent
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