Struct rusoto_events::RemovePermissionRequest [] [src]

pub struct RemovePermissionRequest {
    pub statement_id: String,
}

Fields

The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.

Trait Implementations

impl Default for RemovePermissionRequest
[src]

[src]

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

impl Debug for RemovePermissionRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RemovePermissionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations