Class: Aws::IAM::Types::DeleteServiceLinkedRoleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DeleteServiceLinkedRoleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Instance Attribute Summary collapse
-
#deletion_task_id ⇒ String
The deletion task identifier that you can use to check the status of the deletion.
Instance Attribute Details
#deletion_task_id ⇒ String
The deletion task identifier that you can use to check the status of the deletion. This identifier is returned in the format ‘task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>`.
2084 2085 2086 2087 |
# File 'lib/aws-sdk-iam/types.rb', line 2084 class DeleteServiceLinkedRoleResponse < Struct.new( :deletion_task_id) include Aws::Structure end |