pub struct UpdateLinkAttributesRequest {
pub attribute_updates: Vec<LinkAttributeUpdate>,
pub directory_arn: String,
pub typed_link_specifier: TypedLinkSpecifier,
}Fields§
§attribute_updates: Vec<LinkAttributeUpdate>The attributes update structure.
directory_arn: StringThe Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see arns or Typed Links.
typed_link_specifier: TypedLinkSpecifierAllows a typed link specifier to be accepted as input.
Trait Implementations§
Source§impl Clone for UpdateLinkAttributesRequest
impl Clone for UpdateLinkAttributesRequest
Source§fn clone(&self) -> UpdateLinkAttributesRequest
fn clone(&self) -> UpdateLinkAttributesRequest
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 Debug for UpdateLinkAttributesRequest
impl Debug for UpdateLinkAttributesRequest
Source§impl Default for UpdateLinkAttributesRequest
impl Default for UpdateLinkAttributesRequest
Source§fn default() -> UpdateLinkAttributesRequest
fn default() -> UpdateLinkAttributesRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for UpdateLinkAttributesRequest
Auto Trait Implementations§
impl Freeze for UpdateLinkAttributesRequest
impl RefUnwindSafe for UpdateLinkAttributesRequest
impl Send for UpdateLinkAttributesRequest
impl Sync for UpdateLinkAttributesRequest
impl Unpin for UpdateLinkAttributesRequest
impl UnwindSafe for UpdateLinkAttributesRequest
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