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]

[src]

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

impl Debug for RemoveAccountFromOrganizationRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for RemoveAccountFromOrganizationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more