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][1

operation in the format

‘task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>`.

[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteServiceLinkedRole.html

Returns:

  • (String)


4647
4648
4649
4650
4651
# File 'lib/aws-sdk-iam/types.rb', line 4647

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