Struct rusoto_iam::GetServiceLinkedRoleDeletionStatusRequest[][src]

pub struct GetServiceLinkedRoleDeletionStatusRequest {
    pub deletion_task_id: String,
}

Fields

The deletion task identifier. This identifier is returned by the DeleteServiceLinkedRole operation in the format task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.

Trait Implementations

impl Default for GetServiceLinkedRoleDeletionStatusRequest
[src]

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

impl Debug for GetServiceLinkedRoleDeletionStatusRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetServiceLinkedRoleDeletionStatusRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetServiceLinkedRoleDeletionStatusRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations