Struct aws_sdk_inspector::model::AssessmentRunAgent [−][src]
#[non_exhaustive]pub struct AssessmentRunAgent {
pub agent_id: Option<String>,
pub assessment_run_arn: Option<String>,
pub agent_health: Option<AgentHealth>,
pub agent_health_code: Option<AgentHealthCode>,
pub agent_health_details: Option<String>,
pub auto_scaling_group: Option<String>,
pub telemetry_metadata: Option<Vec<TelemetryMetadata>>,
}Expand description
Contains information about an Amazon Inspector agent. This data type is used as a response element in the ListAssessmentRunAgents action.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.agent_id: Option<String>The AWS account of the EC2 instance where the agent is installed.
assessment_run_arn: Option<String>The ARN of the assessment run that is associated with the agent.
agent_health: Option<AgentHealth>The current health state of the agent.
agent_health_code: Option<AgentHealthCode>The detailed health state of the agent.
agent_health_details: Option<String>The description for the agent health code.
auto_scaling_group: Option<String>The Auto Scaling group of the EC2 instance that is specified by the agent ID.
telemetry_metadata: Option<Vec<TelemetryMetadata>>The Amazon Inspector application data metrics that are collected by the agent.
Implementations
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 current health state of the agent.
The detailed health state of the agent.
The description for the agent health code.
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
The Amazon Inspector application data metrics that are collected by the agent.
Creates a new builder-style object to manufacture AssessmentRunAgent
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AssessmentRunAgent
impl Send for AssessmentRunAgent
impl Sync for AssessmentRunAgent
impl Unpin for AssessmentRunAgent
impl UnwindSafe for AssessmentRunAgent
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
