#[non_exhaustive]pub struct SubmitAttachmentStateChangesInput { /* private fields */ }Implementations§
source§impl SubmitAttachmentStateChangesInput
impl SubmitAttachmentStateChangesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SubmitAttachmentStateChanges, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SubmitAttachmentStateChanges, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SubmitAttachmentStateChanges>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubmitAttachmentStateChangesInput.
source§impl SubmitAttachmentStateChangesInput
impl SubmitAttachmentStateChangesInput
sourcepub fn cluster(&self) -> Option<&str>
pub fn cluster(&self) -> Option<&str>
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
sourcepub fn attachments(&self) -> Option<&[AttachmentStateChange]>
pub fn attachments(&self) -> Option<&[AttachmentStateChange]>
Any attachments associated with the state change request.
Trait Implementations§
source§impl Clone for SubmitAttachmentStateChangesInput
impl Clone for SubmitAttachmentStateChangesInput
source§fn clone(&self) -> SubmitAttachmentStateChangesInput
fn clone(&self) -> SubmitAttachmentStateChangesInput
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 PartialEq<SubmitAttachmentStateChangesInput> for SubmitAttachmentStateChangesInput
impl PartialEq<SubmitAttachmentStateChangesInput> for SubmitAttachmentStateChangesInput
source§fn eq(&self, other: &SubmitAttachmentStateChangesInput) -> bool
fn eq(&self, other: &SubmitAttachmentStateChangesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.