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
}

Constant Summary collapse

SENSITIVE =
[]

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)


4532
4533
4534
4535
4536
# File 'lib/aws-sdk-iam/types.rb', line 4532

class GetServiceLinkedRoleDeletionStatusRequest < Struct.new(
  :deletion_task_id)
  SENSITIVE = []
  include Aws::Structure
end