pub struct DeclineInvitationsRequest {
pub account_ids: Vec<String>,
}
Fields§
§account_ids: Vec<String>
The list of account IDs for the accounts from which to decline the invitations to Security Hub.
Trait Implementations§
Source§impl Clone for DeclineInvitationsRequest
impl Clone for DeclineInvitationsRequest
Source§fn clone(&self) -> DeclineInvitationsRequest
fn clone(&self) -> DeclineInvitationsRequest
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 DeclineInvitationsRequest
impl Debug for DeclineInvitationsRequest
Source§impl Default for DeclineInvitationsRequest
impl Default for DeclineInvitationsRequest
Source§fn default() -> DeclineInvitationsRequest
fn default() -> DeclineInvitationsRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeclineInvitationsRequest
Auto Trait Implementations§
impl Freeze for DeclineInvitationsRequest
impl RefUnwindSafe for DeclineInvitationsRequest
impl Send for DeclineInvitationsRequest
impl Sync for DeclineInvitationsRequest
impl Unpin for DeclineInvitationsRequest
impl UnwindSafe for DeclineInvitationsRequest
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