Struct rusoto_organizations::RemoveAccountFromOrganizationRequest[][src]

pub struct RemoveAccountFromOrganizationRequest {
    pub account_id: String,
}

Fields

The unique identifier (ID) of the member account that you want to remove from the organization.

The regex pattern for an account ID string requires exactly 12 digits.

Trait Implementations

impl Default for RemoveAccountFromOrganizationRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for RemoveAccountFromOrganizationRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for RemoveAccountFromOrganizationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RemoveAccountFromOrganizationRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations