pub struct Ecs {
pub container: Option<String>,
}
Expand description
Information about an Amazon ECS container.
Fields§
§container: Option<String>
The container ID of the container running your application.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Ecs
impl Send for Ecs
impl Sync for Ecs
impl Unpin for Ecs
impl UnwindSafe for Ecs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more