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]

[src]

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

impl Debug for GetServiceLinkedRoleDeletionStatusRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetServiceLinkedRoleDeletionStatusRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations