GetServiceLinkedRoleDeletionStatusRequest

public struct GetServiceLinkedRoleDeletionStatusRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let deletionTaskId: String
  • Undocumented

    Declaration

    Swift

    public init(deletionTaskId: String)
  • Declaration

    Swift

    public func validate(name: String) throws