Struct aws_sdk_ecs::output::delete_attributes_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteAttributesOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn attributes(self, input: Attribute) -> Self
pub fn attributes(self, input: Attribute) -> Self
Appends an item to attributes.
To override the contents of this collection use set_attributes.
A list of attribute objects that were successfully deleted from your resource.
sourcepub fn set_attributes(self, input: Option<Vec<Attribute>>) -> Self
pub fn set_attributes(self, input: Option<Vec<Attribute>>) -> Self
A list of attribute objects that were successfully deleted from your resource.
sourcepub fn build(self) -> DeleteAttributesOutput
pub fn build(self) -> DeleteAttributesOutput
Consumes the builder and constructs a DeleteAttributesOutput.