DeleteServiceLinkedRoleResponse

public struct DeleteServiceLinkedRoleResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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>.

    Declaration

    Swift

    public let deletionTaskId: String
  • Undocumented

    Declaration

    Swift

    public init(deletionTaskId: String)