#[non_exhaustive]pub struct DeregisterTargetsInput { /* private fields */ }Implementations§
source§impl DeregisterTargetsInput
impl DeregisterTargetsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeregisterTargets, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeregisterTargets, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeregisterTargets>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeregisterTargetsInput.
source§impl DeregisterTargetsInput
impl DeregisterTargetsInput
sourcepub fn target_group_arn(&self) -> Option<&str>
pub fn target_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the target group.
sourcepub fn targets(&self) -> Option<&[TargetDescription]>
pub fn targets(&self) -> Option<&[TargetDescription]>
The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.
Trait Implementations§
source§impl Clone for DeregisterTargetsInput
impl Clone for DeregisterTargetsInput
source§fn clone(&self) -> DeregisterTargetsInput
fn clone(&self) -> DeregisterTargetsInput
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 DeregisterTargetsInput
impl Debug for DeregisterTargetsInput
source§impl PartialEq<DeregisterTargetsInput> for DeregisterTargetsInput
impl PartialEq<DeregisterTargetsInput> for DeregisterTargetsInput
source§fn eq(&self, other: &DeregisterTargetsInput) -> bool
fn eq(&self, other: &DeregisterTargetsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.