DeleteWorkGroupInput

public struct DeleteWorkGroupInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The option to delete the workgroup and its contents even if the workgroup contains any named queries.

    Declaration

    Swift

    public let recursiveDeleteOption: Bool?
  • The unique name of the workgroup to delete.

    Declaration

    Swift

    public let workGroup: String
  • Undocumented

    Declaration

    Swift

    public init(recursiveDeleteOption: Bool? = nil, workGroup: String)
  • Declaration

    Swift

    public func validate(name: String) throws