#[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() -> Builder
pub fn builder() -> Builder
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 ==
.