Class: Aws::IAM::Types::DeleteServiceLinkedRoleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DeleteServiceLinkedRoleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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>`.
2163 2164 2165 2166 2167 |
# File 'lib/aws-sdk-iam/types.rb', line 2163 class DeleteServiceLinkedRoleResponse < Struct.new( :deletion_task_id) SENSITIVE = [] include Aws::Structure end |