pub struct ModifyTargetGroupAttributesInput {
pub attributes: Vec<TargetGroupAttribute>,
pub target_group_arn: String,
}Fields§
§attributes: Vec<TargetGroupAttribute>The attributes.
target_group_arn: StringThe Amazon Resource Name (ARN) of the target group.
Trait Implementations§
Source§impl Clone for ModifyTargetGroupAttributesInput
impl Clone for ModifyTargetGroupAttributesInput
Source§fn clone(&self) -> ModifyTargetGroupAttributesInput
fn clone(&self) -> ModifyTargetGroupAttributesInput
Returns a duplicate 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 Default for ModifyTargetGroupAttributesInput
impl Default for ModifyTargetGroupAttributesInput
Source§fn default() -> ModifyTargetGroupAttributesInput
fn default() -> ModifyTargetGroupAttributesInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyTargetGroupAttributesInput
impl PartialEq for ModifyTargetGroupAttributesInput
Source§fn eq(&self, other: &ModifyTargetGroupAttributesInput) -> bool
fn eq(&self, other: &ModifyTargetGroupAttributesInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyTargetGroupAttributesInput
Auto Trait Implementations§
impl Freeze for ModifyTargetGroupAttributesInput
impl RefUnwindSafe for ModifyTargetGroupAttributesInput
impl Send for ModifyTargetGroupAttributesInput
impl Sync for ModifyTargetGroupAttributesInput
impl Unpin for ModifyTargetGroupAttributesInput
impl UnwindSafe for ModifyTargetGroupAttributesInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more