Class: Aws::IAM::Types::GetServiceLinkedRoleDeletionStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetServiceLinkedRoleDeletionStatusRequest
- 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.
Instance Attribute Details
#deletion_task_id ⇒ String
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
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 |