pub struct AssociateAdminAccountRequest {
pub admin_account: String,
}Fields§
§admin_account: StringThe AWS account ID to associate with AWS Firewall Manager as the AWS Firewall Manager administrator account. This can be an AWS Organizations master account or a member account. For more information about AWS Organizations and master accounts, see Managing the AWS Accounts in Your Organization.
Trait Implementations§
Source§impl Clone for AssociateAdminAccountRequest
impl Clone for AssociateAdminAccountRequest
Source§fn clone(&self) -> AssociateAdminAccountRequest
fn clone(&self) -> AssociateAdminAccountRequest
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 AssociateAdminAccountRequest
impl Debug for AssociateAdminAccountRequest
Source§impl Default for AssociateAdminAccountRequest
impl Default for AssociateAdminAccountRequest
Source§fn default() -> AssociateAdminAccountRequest
fn default() -> AssociateAdminAccountRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for AssociateAdminAccountRequest
impl PartialEq for AssociateAdminAccountRequest
Source§fn eq(&self, other: &AssociateAdminAccountRequest) -> bool
fn eq(&self, other: &AssociateAdminAccountRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AssociateAdminAccountRequest
Auto Trait Implementations§
impl Freeze for AssociateAdminAccountRequest
impl RefUnwindSafe for AssociateAdminAccountRequest
impl Send for AssociateAdminAccountRequest
impl Sync for AssociateAdminAccountRequest
impl Unpin for AssociateAdminAccountRequest
impl UnwindSafe for AssociateAdminAccountRequest
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