StartAuditMitigationActionsTaskResponse

public struct StartAuditMitigationActionsTaskResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier for the audit mitigation task. This matches the taskId that you specified in the request.

    Declaration

    Swift

    public let taskId: String?
  • Undocumented

    Declaration

    Swift

    public init(taskId: String? = nil)