Struct aws_sdk_ecs::input::DeleteTaskSetInput
source · #[non_exhaustive]pub struct DeleteTaskSetInput { /* private fields */ }Implementations§
source§impl DeleteTaskSetInput
impl DeleteTaskSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTaskSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTaskSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteTaskSet>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteTaskSetInput.
source§impl DeleteTaskSetInput
impl DeleteTaskSetInput
sourcepub fn cluster(&self) -> Option<&str>
pub fn cluster(&self) -> Option<&str>
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set found in to delete.
sourcepub fn service(&self) -> Option<&str>
pub fn service(&self) -> Option<&str>
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
Trait Implementations§
source§impl Clone for DeleteTaskSetInput
impl Clone for DeleteTaskSetInput
source§fn clone(&self) -> DeleteTaskSetInput
fn clone(&self) -> DeleteTaskSetInput
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 DeleteTaskSetInput
impl Debug for DeleteTaskSetInput
source§impl PartialEq<DeleteTaskSetInput> for DeleteTaskSetInput
impl PartialEq<DeleteTaskSetInput> for DeleteTaskSetInput
source§fn eq(&self, other: &DeleteTaskSetInput) -> bool
fn eq(&self, other: &DeleteTaskSetInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.