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

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

Overview

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)


4219
4220
4221
4222
4223
# File 'lib/aws-sdk-iam/types.rb', line 4219

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