pub struct UpdateContainerAgentRequest {
pub cluster: Option<String>,
pub container_instance: String,
}
Fields§
§cluster: Option<String>
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on. If you do not specify a cluster, the default cluster is assumed.
container_instance: String
The container instance ID or full ARN entries for the container instance on which you would like to update the Amazon ECS container agent.
Trait Implementations§
Source§impl Clone for UpdateContainerAgentRequest
impl Clone for UpdateContainerAgentRequest
Source§fn clone(&self) -> UpdateContainerAgentRequest
fn clone(&self) -> UpdateContainerAgentRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UpdateContainerAgentRequest
impl Debug for UpdateContainerAgentRequest
Source§impl Default for UpdateContainerAgentRequest
impl Default for UpdateContainerAgentRequest
Source§fn default() -> UpdateContainerAgentRequest
fn default() -> UpdateContainerAgentRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for UpdateContainerAgentRequest
Auto Trait Implementations§
impl Freeze for UpdateContainerAgentRequest
impl RefUnwindSafe for UpdateContainerAgentRequest
impl Send for UpdateContainerAgentRequest
impl Sync for UpdateContainerAgentRequest
impl Unpin for UpdateContainerAgentRequest
impl UnwindSafe for UpdateContainerAgentRequest
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