[][src]Struct rusoto_organizations::DeregisterDelegatedAdministratorRequest

pub struct DeregisterDelegatedAdministratorRequest {
    pub account_id: String,
    pub service_principal: String,
}

Fields

account_id: String

The account ID number of the member account in the organization that you want to deregister as a delegated administrator.

service_principal: String

The service principal name of an AWS service for which the account is a delegated administrator.

Delegated administrator privileges are revoked for only the specified AWS service from the member account. If the specified service is the only service for which the member account is a delegated administrator, the operation also revokes Organizations read action permissions.

Trait Implementations

impl Clone for DeregisterDelegatedAdministratorRequest[src]

impl Debug for DeregisterDelegatedAdministratorRequest[src]

impl Default for DeregisterDelegatedAdministratorRequest[src]

impl PartialEq<DeregisterDelegatedAdministratorRequest> for DeregisterDelegatedAdministratorRequest[src]

impl Serialize for DeregisterDelegatedAdministratorRequest[src]

impl StructuralPartialEq for DeregisterDelegatedAdministratorRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.