Struct aws_sdk_ecs::input::UpdateContainerAgentInput [−][src]
#[non_exhaustive]pub struct UpdateContainerAgentInput {
pub cluster: Option<String>,
pub container_instance: Option<String>,
}
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.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: Option<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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateContainerAgent, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateContainerAgent, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateContainerAgent
>
Creates a new builder-style object to manufacture UpdateContainerAgentInput
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.
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
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 UpdateContainerAgentInput
impl Send for UpdateContainerAgentInput
impl Sync for UpdateContainerAgentInput
impl Unpin for UpdateContainerAgentInput
impl UnwindSafe for UpdateContainerAgentInput
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