Class: Aws::IAM::Types::GetServiceLinkedRoleDeletionStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetServiceLinkedRoleDeletionStatusRequest
- 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
-
#deletion_task_id ⇒ String
The deletion task identifier.
Instance Attribute Details
#deletion_task_id ⇒ String
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>`.
3582 3583 3584 3585 |
# File 'lib/aws-sdk-iam/types.rb', line 3582 class GetServiceLinkedRoleDeletionStatusRequest < Struct.new( :deletion_task_id) include Aws::Structure end |