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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Note:

When making an API call, you may pass GetServiceLinkedRoleDeletionStatusRequest data as a 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)


3519
3520
3521
3522
# File 'lib/aws-sdk-iam/types.rb', line 3519

class GetServiceLinkedRoleDeletionStatusRequest < Struct.new(
  :deletion_task_id)
  include Aws::Structure
end