Struct aws_sdk_workspaces::input::DeleteIpGroupInput
source · #[non_exhaustive]pub struct DeleteIpGroupInput { /* private fields */ }Implementations§
source§impl DeleteIpGroupInput
impl DeleteIpGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIpGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIpGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteIpGroup>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteIpGroupInput.
Trait Implementations§
source§impl Clone for DeleteIpGroupInput
impl Clone for DeleteIpGroupInput
source§fn clone(&self) -> DeleteIpGroupInput
fn clone(&self) -> DeleteIpGroupInput
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 DeleteIpGroupInput
impl Debug for DeleteIpGroupInput
source§impl PartialEq<DeleteIpGroupInput> for DeleteIpGroupInput
impl PartialEq<DeleteIpGroupInput> for DeleteIpGroupInput
source§fn eq(&self, other: &DeleteIpGroupInput) -> bool
fn eq(&self, other: &DeleteIpGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.