Struct rusoto_sqs::RemovePermissionRequest [] [src]

pub struct RemovePermissionRequest {
    pub label: String,
    pub queue_url: String,
}

Fields

The identification of the permission to remove. This is the label added using the AddPermission action.

The URL of the Amazon SQS queue from which permissions are removed.

Queue URLs are case-sensitive.

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