Struct aws_sdk_elasticloadbalancingv2::operation::modify_target_group_attributes::ModifyTargetGroupAttributesOutput
source · #[non_exhaustive]pub struct ModifyTargetGroupAttributesOutput { /* private fields */ }
Implementations§
source§impl ModifyTargetGroupAttributesOutput
impl ModifyTargetGroupAttributesOutput
sourcepub fn attributes(&self) -> Option<&[TargetGroupAttribute]>
pub fn attributes(&self) -> Option<&[TargetGroupAttribute]>
Information about the attributes.
source§impl ModifyTargetGroupAttributesOutput
impl ModifyTargetGroupAttributesOutput
sourcepub fn builder() -> ModifyTargetGroupAttributesOutputBuilder
pub fn builder() -> ModifyTargetGroupAttributesOutputBuilder
Creates a new builder-style object to manufacture ModifyTargetGroupAttributesOutput
.
Trait Implementations§
source§impl Clone for ModifyTargetGroupAttributesOutput
impl Clone for ModifyTargetGroupAttributesOutput
source§fn clone(&self) -> ModifyTargetGroupAttributesOutput
fn clone(&self) -> ModifyTargetGroupAttributesOutput
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<ModifyTargetGroupAttributesOutput> for ModifyTargetGroupAttributesOutput
impl PartialEq<ModifyTargetGroupAttributesOutput> for ModifyTargetGroupAttributesOutput
source§fn eq(&self, other: &ModifyTargetGroupAttributesOutput) -> bool
fn eq(&self, other: &ModifyTargetGroupAttributesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ModifyTargetGroupAttributesOutput
impl RequestId for ModifyTargetGroupAttributesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.