You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::GetServiceLinkedRoleDeletionStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetServiceLinkedRoleDeletionStatusRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  deletion_task_id: "DeletionTaskIdType", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_task_idString

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>.

Returns:

  • (String)

    The deletion task identifier.