Struct aws_sdk_ecs::model::managed_agent::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ManagedAgent
Implementations
The Unix timestamp for the time when the managed agent was last started.
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 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 reason for why the managed agent is in the state it is in.
The last known status of the managed agent.
The last known status of the managed agent.
Consumes the builder and constructs a ManagedAgent
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