Struct aws_sdk_ecs::model::ManagedAgent
source · [−]#[non_exhaustive]pub struct ManagedAgent {
pub last_started_at: Option<DateTime>,
pub name: Option<ManagedAgentName>,
pub reason: Option<String>,
pub last_status: Option<String>,
}
Expand description
Details about the managed agent status for the container.
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.last_started_at: Option<DateTime>
The Unix timestamp for the time when the managed agent was last started.
name: Option<ManagedAgentName>
The name of the managed agent. When the execute command feature is enabled, the managed agent name is ExecuteCommandAgent
.
reason: Option<String>
The reason for why the managed agent is in the state it is in.
last_status: Option<String>
The last known status of the managed agent.
Implementations
The Unix timestamp for the time when the managed agent was last started.
The name of the managed agent. When the execute command feature is enabled, the managed agent name is ExecuteCommandAgent
.
The reason for why the managed agent is in the state it is in.
The last known status of the managed agent.
Creates a new builder-style object to manufacture ManagedAgent
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 ManagedAgent
impl Send for ManagedAgent
impl Sync for ManagedAgent
impl Unpin for ManagedAgent
impl UnwindSafe for ManagedAgent
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