[][src]Struct rusoto_signer::RemoveProfilePermissionRequest

pub struct RemoveProfilePermissionRequest {
    pub profile_name: String,
    pub revision_id: String,
    pub statement_id: String,
}

Fields

profile_name: String

A human-readable name for the signing profile with permissions to be removed.

revision_id: String

An identifier for the current revision of the signing profile permissions.

statement_id: String

A unique identifier for the cross-account permissions statement.

Trait Implementations

impl Clone for RemoveProfilePermissionRequest[src]

impl Debug for RemoveProfilePermissionRequest[src]

impl Default for RemoveProfilePermissionRequest[src]

impl PartialEq<RemoveProfilePermissionRequest> for RemoveProfilePermissionRequest[src]

impl Serialize for RemoveProfilePermissionRequest[src]

impl StructuralPartialEq for RemoveProfilePermissionRequest[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, 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.