[−][src]Struct rusoto_organizations::InviteAccountToOrganizationRequest
Fields
notes: Option<String>
Additional information that you want to include in the generated email to the recipient account owner.
target: HandshakeParty
The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:
{ "Type": "ACCOUNT", "Id": "< account id number >" }
If you use the AWS CLI, you can submit this as a single string, similar to the following example:
--target Id=123456789012,Type=ACCOUNT
If you specify "Type": "ACCOUNT"
, you must provide the AWS account ID number as the Id
. If you specify "Type": "EMAIL"
, you must specify the email address that is associated with the account.
--target Id=diego@example.com,Type=EMAIL
Trait Implementations
impl PartialEq<InviteAccountToOrganizationRequest> for InviteAccountToOrganizationRequest
[src]
fn eq(&self, other: &InviteAccountToOrganizationRequest) -> bool
[src]
fn ne(&self, other: &InviteAccountToOrganizationRequest) -> bool
[src]
impl Default for InviteAccountToOrganizationRequest
[src]
impl Clone for InviteAccountToOrganizationRequest
[src]
fn clone(&self) -> InviteAccountToOrganizationRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for InviteAccountToOrganizationRequest
[src]
impl Serialize for InviteAccountToOrganizationRequest
[src]
Auto Trait Implementations
impl Send for InviteAccountToOrganizationRequest
impl Sync for InviteAccountToOrganizationRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self