Struct aws_sdk_ecs::input::SubmitAttachmentStateChangesInput [−][src]
#[non_exhaustive]pub struct SubmitAttachmentStateChangesInput {
pub cluster: Option<String>,
pub attachments: Option<Vec<AttachmentStateChange>>,
}
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 ARN of the cluster that hosts the container instance the attachment belongs to.
attachments: Option<Vec<AttachmentStateChange>>
Any attachments associated with the state change request.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SubmitAttachmentStateChanges, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SubmitAttachmentStateChanges, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<SubmitAttachmentStateChanges
>
Creates a new builder-style object to manufacture SubmitAttachmentStateChangesInput
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
Any attachments associated with the state change request.
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 Send for SubmitAttachmentStateChangesInput
impl Sync for SubmitAttachmentStateChangesInput
impl Unpin for SubmitAttachmentStateChangesInput
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